#2F45BA

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

Shades of Cerulean Blue #2F45BA

Tints of Cerulean Blue #2F45BA

Color information

#2F45BA (or 0x2F45BA) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 45 and BA. RGB value is (47,69,186). Sum of RGB (Red+Green+Blue) = 47+69+186=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F45BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F45BA is #D0BA45. Grayscale: #4B4B4B. Windows color (decimal): -13679174 or 12207407. OLE color: 12207407.

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

Color convert

RGB4769186-
CMYK0.750.6300.27
HSL230.5º59.66%45.69%-
HSV(B)230.5º74.73%72.94%-
XYZ12.168.4147.44-
YUV75.76190.21107.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 186 (73.05% from 255) = 61.59%
R=15.56%
G=22.85%
B=61.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47691860.750.6300.27230.559.6645.69
Hex2F45BA4B3F01Be73c2e
Octal57105272113770333477456
Binary101111100010110111010100101111111101101111100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F45BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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