#212c8c

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

Shades of Egyptian Blue #212C8C

Tints of Egyptian Blue #212C8C

Color information

#212C8C (or 0x212C8C) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2C and 8C. RGB value is (33,44,140). Sum of RGB (Red+Green+Blue) = 33+44+140=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #212C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212C8C is #DED373. Grayscale: #333333. Windows color (decimal): -14603124 or 9186337. OLE color: 9186337.

HSL color Cylindrical-coordinate representation of color #212C8C: hue angle of 233.83º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #212C8C is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3344140-
CMYK0.760.6900.45
HSL233.83º61.85%33.92%-
HSV(B)233.83º76.43%54.9%-
XYZ6.264.0225.26-
YUV51.66177.86114.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.21%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 140 (55.08% from 255) = 64.52%
R=15.21%
G=20.28%
B=64.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33441400.760.6900.45233.8361.8533.92
Hex212C8C4C4502Dea3e22
Octal41542141141050553527642
Binary1000011011001000110010011001000101010110111101010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212c8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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