#2249B4

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

Shades of Cerulean Blue #2249B4

Tints of Cerulean Blue #2249B4

Color information

#2249B4 (or 0x2249B4) is unknown color: approx Cerulean Blue. HEX triplet: 22, 49 and B4. RGB value is (34,73,180). Sum of RGB (Red+Green+Blue) = 34+73+180=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 180 (70.70% from 255 or 62.72% from 287); Max value from RGB is 180 - color contains mainly: blue. Hex color #2249B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2249B4 is #DDB64B. Grayscale: #494949. Windows color (decimal): -14530124 or 11815202. OLE color: 11815202.

HSL color Cylindrical-coordinate representation of color #2249B4: hue angle of 223.97º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2249B4 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3473180-
CMYK0.810.5900.29
HSL223.97º68.22%41.96%-
HSV(B)223.97º81.11%70.59%-
XYZ11.288.444.21-
YUV73.54188.0899.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.85%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 180 (70.70% from 255) = 62.72%
R=11.85%
G=25.44%
B=62.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal34731800.810.5900.29223.9768.2241.96
Hex2249B4513B01De0442a
Octal421112641217303534010452
Binary1000101001001101101001010001111011011101111000001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2249B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2249B4; }

 p { color: rgb(34,73,180); }

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

<style>
 a { background-color: #2249B4; }

 a { background-color: rgb(34,73,180); }

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

<style>
 span { border-color: #2249B4; }

 span { border-color: rgb(34,73,180); }

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