#2152AA

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

Shades of Cerulean Blue #2152AA

Tints of Cerulean Blue #2152AA

Color information

#2152AA (or 0x2152AA) is unknown color: approx Cerulean Blue. HEX triplet: 21, 52 and AA. RGB value is (33,82,170). Sum of RGB (Red+Green+Blue) = 33+82+170=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #2152AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2152AA is #DEAD55. Grayscale: #4C4C4C. Windows color (decimal): -14593366 or 11162145. OLE color: 11162145.

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

Color convert

RGB3382170-
CMYK0.810.5200.33
HSL218.54º67.49%39.8%-
HSV(B)218.54º80.59%66.67%-
XYZ10.99.2639.24-
YUV77.38180.2796.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=11.58%
G=28.77%
B=59.65%

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
Decimal33821700.810.5200.33218.5467.4939.8
Hex2152AA5134021db4328
Octal411222521216404133310350
Binary10000110100101010101010100011101000100001110110111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2152AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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