#2149AA

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

Shades of Cerulean Blue #2149AA

Tints of Cerulean Blue #2149AA

Color information

#2149AA (or 0x2149AA) is unknown color: approx Cerulean Blue. HEX triplet: 21, 49 and AA. RGB value is (33,73,170). Sum of RGB (Red+Green+Blue) = 33+73+170=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #2149AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2149AA is #DEB655. Grayscale: #474747. Windows color (decimal): -14595670 or 11159841. OLE color: 11159841.

HSL color Cylindrical-coordinate representation of color #2149AA: hue angle of 222.48º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2149AA is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3373170-
CMYK0.810.5700.33
HSL222.48º67.49%39.8%-
HSV(B)222.48º80.59%66.67%-
XYZ10.277.9939.03-
YUV72.1183.25100.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.96%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 170 (66.80% from 255) = 61.59%
R=11.96%
G=26.45%
B=61.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33731700.810.5700.33222.4867.4939.8
Hex2149AA5139021de4328
Octal411112521217104133610350
Binary10000110010011010101010100011110010100001110111101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2149AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2149AA; }

 p { color: rgb(33,73,170); }

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

<style>
 a { background-color: #2149AA; }

 a { background-color: rgb(33,73,170); }

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

<style>
 span { border-color: #2149AA; }

 span { border-color: rgb(33,73,170); }

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