#2F58BD

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

Shades of Cerulean Blue #2F58BD

Tints of Cerulean Blue #2F58BD

Color information

#2F58BD (or 0x2F58BD) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 58 and BD. RGB value is (47,88,189). Sum of RGB (Red+Green+Blue) = 47+88+189=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F58BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F58BD is #D0A742. Grayscale: #565656. Windows color (decimal): -13674307 or 12408879. OLE color: 12408879.

HSL color Cylindrical-coordinate representation of color #2F58BD: hue angle of 222.68º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F58BD is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4788189-
CMYK0.750.5300.26
HSL222.68º60.17%46.27%-
HSV(B)222.68º75.13%74.12%-
XYZ13.8511.2649.59-
YUV87.26185.4299.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.51%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 189 (74.22% from 255) = 58.33%
R=14.51%
G=27.16%
B=58.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal47881890.750.5300.26222.6860.1746.27
Hex2F58BD4B3501Adf3c2e
Octal57130275113650323377456
Binary101111101100010111101100101111010101101011011111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F58BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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