#2F42B8

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

Shades of Cerulean Blue #2F42B8

Tints of Cerulean Blue #2F42B8

Color information

#2F42B8 (or 0x2F42B8) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 42 and B8. RGB value is (47,66,184). Sum of RGB (Red+Green+Blue) = 47+66+184=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 184 (72.27% from 255 or 61.95% from 297); Max value from RGB is 184 - color contains mainly: blue. Hex color #2F42B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F42B8 is #D0BD47. Grayscale: #494949. Windows color (decimal): -13679944 or 12075567. OLE color: 12075567.

HSL color Cylindrical-coordinate representation of color #2F42B8: hue angle of 231.68º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F42B8 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4766184-
CMYK0.740.6400.28
HSL231.68º59.31%45.29%-
HSV(B)231.68º74.46%72.16%-
XYZ11.777.9646.26-
YUV73.77190.21108.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.82%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 184 (72.27% from 255) = 61.95%
R=15.82%
G=22.22%
B=61.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal47661840.740.6400.28231.6859.3145.29
Hex2F42B84A4001Ce83b2d
Octal571022701121000343507355
Binary1011111000010101110001001010100000001110011101000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F42B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,66,184); }

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

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

 a { background-color: rgb(47,66,184); }

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

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

 span { border-color: rgb(47,66,184); }

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