#214CA2

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

Shades of Cerulean Blue #214CA2

Tints of Cerulean Blue #214CA2

Color information

#214CA2 (or 0x214CA2) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4C and A2. RGB value is (33,76,162). Sum of RGB (Red+Green+Blue) = 33+76+162=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 162 (63.67% from 255 or 59.78% from 271); Max value from RGB is 162 - color contains mainly: blue. Hex color #214CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214CA2 is #DEB35D. Grayscale: #484848. Windows color (decimal): -14594910 or 10636321. OLE color: 10636321.

HSL color Cylindrical-coordinate representation of color #214CA2: hue angle of 220º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #214CA2 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3376162-
CMYK0.800.5300.36
HSL220º66.15%38.24%-
HSV(B)220º79.63%63.53%-
XYZ9.738.135.23-
YUV72.95178.2599.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 162 (63.67% from 255) = 59.78%
R=12.18%
G=28.04%
B=59.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33761620.800.5300.3622066.1538.24
Hex214CA25035024dc4226
Octal411142421206504433410246
Binary10000110011001010001010100001101010100100110111001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214CA2; }

 p { color: rgb(33,76,162); }

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

<style>
 a { background-color: #214CA2; }

 a { background-color: rgb(33,76,162); }

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

<style>
 span { border-color: #214CA2; }

 span { border-color: rgb(33,76,162); }

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