#2152AD

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

Shades of Cerulean Blue #2152AD

Tints of Cerulean Blue #2152AD

Color information

#2152AD (or 0x2152AD) is unknown color: approx Cerulean Blue. HEX triplet: 21, 52 and AD. RGB value is (33,82,173). Sum of RGB (Red+Green+Blue) = 33+82+173=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #2152AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2152AD is #DEAD52. Grayscale: #4D4D4D. Windows color (decimal): -14593363 or 11358753. OLE color: 11358753.

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

Color convert

RGB3382173-
CMYK0.810.5300.32
HSL219º67.96%40.39%-
HSV(B)219º80.92%67.84%-
XYZ11.199.3840.76-
YUV77.72181.7796.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.46%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 173 (67.97% from 255) = 60.07%
R=11.46%
G=28.47%
B=60.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33821730.810.5300.3221967.9640.39
Hex2152AD5135020db4428
Octal411222551216504033310450
Binary10000110100101010110110100011101010100000110110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2152AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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