#2F49BD

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

Shades of Cerulean Blue #2F49BD

Tints of Cerulean Blue #2F49BD

Color information

#2F49BD (or 0x2F49BD) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 49 and BD. RGB value is (47,73,189). Sum of RGB (Red+Green+Blue) = 47+73+189=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F49BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F49BD is #D0B642. Grayscale: #4D4D4D. Windows color (decimal): -13678147 or 12405039. OLE color: 12405039.

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

Color convert

RGB4773189-
CMYK0.750.6100.26
HSL229.01º60.17%46.27%-
HSV(B)229.01º75.13%74.12%-
XYZ12.749.0449.22-
YUV78.45190.39105.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.21%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 189 (74.22% from 255) = 61.17%
R=15.21%
G=23.62%
B=61.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal47731890.750.6100.26229.0160.1746.27
Hex2F49BD4B3D01Ae53c2e
Octal57111275113750323457456
Binary101111100100110111101100101111110101101011100101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F49BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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