#212CA2

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

Shades of Egyptian Blue #212CA2

Tints of Egyptian Blue #212CA2

Color information

#212CA2 (or 0x212CA2) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2C and A2. RGB value is (33,44,162). Sum of RGB (Red+Green+Blue) = 33+44+162=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 162 (63.67% from 255 or 67.78% from 239); Max value from RGB is 162 - color contains mainly: blue. Hex color #212CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212CA2 is #DED35D. Grayscale: #353535. Windows color (decimal): -14603102 or 10628129. OLE color: 10628129.

HSL color Cylindrical-coordinate representation of color #212CA2: hue angle of 234.88º 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 #212CA2 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3344162-
CMYK0.800.7300.36
HSL234.88º66.15%38.24%-
HSV(B)234.88º79.63%63.53%-
XYZ8.054.7334.67-
YUV54.16188.86112.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 162 (63.67% from 255) = 67.78%
R=13.81%
G=18.41%
B=67.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33441620.800.7300.36234.8866.1538.24
Hex212CA25049024eb4226
Octal415424212011104435310246
Binary10000110110010100010101000010010010100100111010111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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