#2f58ac

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

Shades of Cerulean Blue #2F58AC

Tints of Cerulean Blue #2F58AC

Color information

#2F58AC (or 0x2F58AC) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 58 and AC. RGB value is (47,88,172). Sum of RGB (Red+Green+Blue) = 47+88+172=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F58AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F58AC is #D0A753. Grayscale: #545454. Windows color (decimal): -13674324 or 11294767. OLE color: 11294767.

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

Color convert

RGB4788172-
CMYK0.730.4900.33
HSL220.32º57.08%42.94%-
HSV(B)220.32º72.67%67.45%-
XYZ12.1110.5640.43-
YUV85.32176.92100.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.31%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 172 (67.58% from 255) = 56.03%
R=15.31%
G=28.66%
B=56.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47881720.730.4900.33220.3257.0842.94
Hex2F58AC4931021dc392b
Octal57130254111610413347153
Binary1011111011000101011001001001110001010000111011100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f58ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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