#2149AB

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

Shades of Cerulean Blue #2149AB

Tints of Cerulean Blue #2149AB

Color information

#2149AB (or 0x2149AB) is unknown color: approx Cerulean Blue. HEX triplet: 21, 49 and AB. RGB value is (33,73,171). Sum of RGB (Red+Green+Blue) = 33+73+171=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #2149AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2149AB is #DEB654. Grayscale: #474747. Windows color (decimal): -14595669 or 11225377. OLE color: 11225377.

HSL color Cylindrical-coordinate representation of color #2149AB: hue angle of 222.61º degrees, saturation: 0.68, 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 #2149AB is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3373171-
CMYK0.810.5700.33
HSL222.61º67.65%40%-
HSV(B)222.61º80.7%67.06%-
XYZ10.368.0339.53-
YUV72.21183.75100.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 171 (67.19% from 255) = 61.73%
R=11.91%
G=26.35%
B=61.73%

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
Decimal33731710.810.5700.33222.6167.6540
Hex2149AB5139021df4428
Octal411112531217104133710450
Binary10000110010011010101110100011110010100001110111111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2149AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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