#2F42BA

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

Shades of Cerulean Blue #2F42BA

Tints of Cerulean Blue #2F42BA

Color information

#2F42BA (or 0x2F42BA) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 42 and BA. RGB value is (47,66,186). Sum of RGB (Red+Green+Blue) = 47+66+186=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F42BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F42BA is #D0BD45. Grayscale: #494949. Windows color (decimal): -13679942 or 12206639. OLE color: 12206639.

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

Color convert

RGB4766186-
CMYK0.750.6500.27
HSL231.8º59.66%45.69%-
HSV(B)231.8º74.73%72.94%-
XYZ11.988.0547.38-
YUV74191.21108.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.72%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 186 (73.05% from 255) = 62.21%
R=15.72%
G=22.07%
B=62.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47661860.750.6500.27231.859.6645.69
Hex2F42BA4B4101Be83c2e
Octal571022721131010333507456
Binary1011111000010101110101001011100000101101111101000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F42BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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