#2249AE

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

Shades of Cerulean Blue #2249AE

Tints of Cerulean Blue #2249AE

Color information

#2249AE (or 0x2249AE) is unknown color: approx Cerulean Blue. HEX triplet: 22, 49 and AE. RGB value is (34,73,174). Sum of RGB (Red+Green+Blue) = 34+73+174=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #2249AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2249AE is #DDB651. Grayscale: #484848. Windows color (decimal): -14530130 or 11421986. OLE color: 11421986.

HSL color Cylindrical-coordinate representation of color #2249AE: hue angle of 223.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2249AE is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3473174-
CMYK0.800.5800.32
HSL223.29º67.31%40.78%-
HSV(B)223.29º80.46%68.24%-
XYZ10.688.1641.06-
YUV72.85185.08100.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.10%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 174 (68.36% from 255) = 61.92%
R=12.10%
G=25.98%
B=61.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34731740.800.5800.32223.2967.3140.78
Hex2249AE503A020df4329
Octal421112561207204033710351
Binary10001010010011010111010100001110100100000110111111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2249AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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