#2156AA

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

Shades of Cerulean Blue #2156AA

Tints of Cerulean Blue #2156AA

Color information

#2156AA (or 0x2156AA) is unknown color: approx Cerulean Blue. HEX triplet: 21, 56 and AA. RGB value is (33,86,170). Sum of RGB (Red+Green+Blue) = 33+86+170=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #2156AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2156AA is #DEA955. Grayscale: #4F4F4F. Windows color (decimal): -14592342 or 11163169. OLE color: 11163169.

HSL color Cylindrical-coordinate representation of color #2156AA: hue angle of 216.79º 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 #2156AA is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3386170-
CMYK0.810.4900.33
HSL216.79º67.49%39.8%-
HSV(B)216.79º80.59%66.67%-
XYZ11.219.8839.35-
YUV79.73178.9494.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 170 (66.80% from 255) = 58.82%
R=11.42%
G=29.76%
B=58.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33861700.810.4900.33216.7967.4939.8
Hex2156AA5131021d94328
Octal411262521216104133110350
Binary10000110101101010101010100011100010100001110110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2156AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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