#2F58AA

Color #2F58AA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2F58AA

Tints of Cerulean Blue #2F58AA

Color information

#2F58AA (or 0x2F58AA) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 58 and AA. RGB value is (47,88,170). Sum of RGB (Red+Green+Blue) = 47+88+170=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F58AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F58AA is #D0A755. Grayscale: #545454. Windows color (decimal): -13674326 or 11163695. OLE color: 11163695.

HSL color Cylindrical-coordinate representation of color #2F58AA: hue angle of 220º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F58AA is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4788170-
CMYK0.720.4800.33
HSL220º56.68%42.55%-
HSV(B)220º72.35%66.67%-
XYZ11.9210.4939.43-
YUV85.09175.92100.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 15.41%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=15.41%
G=28.85%
B=55.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47881700.720.4800.3322056.6842.55
Hex2F58AA4830021dc392b
Octal57130252110600413347153
Binary1011111011000101010101001000110000010000111011100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F58AA; }

 p { color: rgb(47,88,170); }

 H1.HeaderClassName
 {
   color: #2F58AA;
 }
 .AnyTagClassName
 {
   color: #2F58AA;
 }
</style>
background-color css

<style>
 a { background-color: #2F58AA; }

 a { background-color: rgb(47,88,170); }

 div.DivClassName
 {
   background-color: #2F58AA;
 }
 .BgClassName
 {
   background-color: #2F58AA;
 }
</style>
border-color css

<style>
 span { border-color: #2F58AA; }

 span { border-color: rgb(47,88,170); }

 td.TdClassName
 {
   border-color: #2F58AA;
 }
 .TagClassName
 {
   border-color: #2F58AA;
 }
</style>