#212CA0

Color #212CA0 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #212CA0

Tints of Egyptian Blue #212CA0

Color information

#212CA0 (or 0x212CA0) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2C and A0. RGB value is (33,44,160). Sum of RGB (Red+Green+Blue) = 33+44+160=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 160 (62.89% from 255 or 67.51% from 237); Max value from RGB is 160 - color contains mainly: blue. Hex color #212CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212CA0 is #DED35F. Grayscale: #353535. Windows color (decimal): -14603104 or 10497057. OLE color: 10497057.

HSL color Cylindrical-coordinate representation of color #212CA0: hue angle of 234.8º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #212CA0 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3344160-
CMYK0.790.7200.37
HSL234.8º65.8%37.84%-
HSV(B)234.8º79.37%62.75%-
XYZ7.874.6633.74-
YUV53.94187.86113.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 160 (62.89% from 255) = 67.51%
R=13.92%
G=18.57%
B=67.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33441600.790.7200.37234.865.837.84
Hex212CA04F48025eb4226
Octal415424011711004535310246
Binary10000110110010100000100111110010000100101111010111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212CA0; }

 p { color: rgb(33,44,160); }

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

<style>
 a { background-color: #212CA0; }

 a { background-color: rgb(33,44,160); }

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

<style>
 span { border-color: #212CA0; }

 span { border-color: rgb(33,44,160); }

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