#214CAA

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

Shades of Cerulean Blue #214CAA

Tints of Cerulean Blue #214CAA

Color information

#214CAA (or 0x214CAA) is unknown color: approx Cerulean Blue. HEX triplet: 21, 4C and AA. RGB value is (33,76,170). Sum of RGB (Red+Green+Blue) = 33+76+170=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #214CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214CAA is #DEB355. Grayscale: #494949. Windows color (decimal): -14594902 or 11160609. OLE color: 11160609.

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

Color convert

RGB3376170-
CMYK0.810.5500.33
HSL221.17º67.49%39.8%-
HSV(B)221.17º80.59%66.67%-
XYZ10.478.3939.1-
YUV73.86182.2598.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 170 (66.80% from 255) = 60.93%
R=11.83%
G=27.24%
B=60.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33761700.810.5500.33221.1767.4939.8
Hex214CAA5137021dd4328
Octal411142521216704133510350
Binary10000110011001010101010100011101110100001110111011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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