#2F58BC

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

Shades of Cerulean Blue #2F58BC

Tints of Cerulean Blue #2F58BC

Color information

#2F58BC (or 0x2F58BC) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 58 and BC. RGB value is (47,88,188). Sum of RGB (Red+Green+Blue) = 47+88+188=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F58BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F58BC is #D0A743. Grayscale: #565656. Windows color (decimal): -13674308 or 12343343. OLE color: 12343343.

HSL color Cylindrical-coordinate representation of color #2F58BC: hue angle of 222.55º 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 #2F58BC is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4788188-
CMYK0.750.5300.26
HSL222.55º60%46.08%-
HSV(B)222.55º75%73.73%-
XYZ13.7411.2149.02-
YUV87.14184.9299.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.55%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 188 (73.83% from 255) = 58.20%
R=14.55%
G=27.24%
B=58.20%

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
Decimal47881880.750.5300.26222.556046.08
Hex2F58BC4B3501Adf3c2e
Octal57130274113650323377456
Binary101111101100010111100100101111010101101011011111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F58BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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