#2151AA

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

Shades of Cerulean Blue #2151AA

Tints of Cerulean Blue #2151AA

Color information

#2151AA (or 0x2151AA) is unknown color: approx Cerulean Blue. HEX triplet: 21, 51 and AA. RGB value is (33,81,170). Sum of RGB (Red+Green+Blue) = 33+81+170=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #2151AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2151AA is #DEAE55. Grayscale: #4C4C4C. Windows color (decimal): -14593622 or 11161889. OLE color: 11161889.

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

Color convert

RGB3381170-
CMYK0.810.5200.33
HSL218.98º67.49%39.8%-
HSV(B)218.98º80.59%66.67%-
XYZ10.839.1139.22-
YUV76.79180.696.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 170 (66.80% from 255) = 59.86%
R=11.62%
G=28.52%
B=59.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33811700.810.5200.33218.9867.4939.8
Hex2151AA5134021db4328
Octal411212521216404133310350
Binary10000110100011010101010100011101000100001110110111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2151AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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