#2149AE

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

Shades of Cerulean Blue #2149AE

Tints of Cerulean Blue #2149AE

Color information

#2149AE (or 0x2149AE) is unknown color: approx Cerulean Blue. HEX triplet: 21, 49 and AE. RGB value is (33,73,174). Sum of RGB (Red+Green+Blue) = 33+73+174=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #2149AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2149AE is #DEB651. Grayscale: #484848. Windows color (decimal): -14595666 or 11421985. OLE color: 11421985.

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

Color convert

RGB3373174-
CMYK0.810.5800.32
HSL222.98º68.12%40.59%-
HSV(B)222.98º81.03%68.24%-
XYZ10.658.1441.06-
YUV72.55185.2599.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 174 (68.36% from 255) = 62.14%
R=11.79%
G=26.07%
B=62.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33731740.810.5800.32222.9868.1240.59
Hex2149AE513A020df4429
Octal411112561217204033710451
Binary10000110010011010111010100011110100100000110111111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2149AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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