#2152AC

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

Shades of Cerulean Blue #2152AC

Tints of Cerulean Blue #2152AC

Color information

#2152AC (or 0x2152AC) is unknown color: approx Cerulean Blue. HEX triplet: 21, 52 and AC. RGB value is (33,82,172). Sum of RGB (Red+Green+Blue) = 33+82+172=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #2152AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2152AC is #DEAD53. Grayscale: #4D4D4D. Windows color (decimal): -14593364 or 11293217. OLE color: 11293217.

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

Color convert

RGB3382172-
CMYK0.810.5200.33
HSL218.85º67.8%40.2%-
HSV(B)218.85º80.81%67.45%-
XYZ11.099.3440.25-
YUV77.61181.2796.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 172 (67.58% from 255) = 59.93%
R=11.50%
G=28.57%
B=59.93%

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
Decimal33821720.810.5200.33218.8567.840.2
Hex2152AC5134021db4428
Octal411222541216404133310450
Binary10000110100101010110010100011101000100001110110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2152AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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