#2152CA

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

Shades of Cerulean Blue #2152CA

Tints of Cerulean Blue #2152CA

Color information

#2152CA (or 0x2152CA) is unknown color: approx Cerulean Blue. HEX triplet: 21, 52 and CA. RGB value is (33,82,202). Sum of RGB (Red+Green+Blue) = 33+82+202=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #2152CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2152CA is #DEAD35. Grayscale: #505050. Windows color (decimal): -14593334 or 13259297. OLE color: 13259297.

HSL color Cylindrical-coordinate representation of color #2152CA: hue angle of 222.6º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2152CA is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3382202-
CMYK0.840.5900.21
HSL222.6º71.91%46.08%-
HSV(B)222.6º83.66%79.22%-
XYZ14.3110.6257.17-
YUV81.03196.2793.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.41%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 202 (79.30% from 255) = 63.72%
R=10.41%
G=25.87%
B=63.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33822020.840.5900.21222.671.9146.08
Hex2152CA543B015df482e
Octal411223121247302533711056
Binary1000011010010110010101010100111011010101110111111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2152CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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