#212B8C

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

Shades of Egyptian Blue #212B8C

Tints of Egyptian Blue #212B8C

Color information

#212B8C (or 0x212B8C) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2B and 8C. RGB value is (33,43,140). Sum of RGB (Red+Green+Blue) = 33+43+140=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #212B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212B8C is #DED473. Grayscale: #323232. Windows color (decimal): -14603380 or 9186081. OLE color: 9186081.

HSL color Cylindrical-coordinate representation of color #212B8C: hue angle of 234.39º 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 #212B8C is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3343140-
CMYK0.760.6900.45
HSL234.39º61.85%33.92%-
HSV(B)234.39º76.43%54.9%-
XYZ6.223.9425.24-
YUV51.07178.19115.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 140 (55.08% from 255) = 64.81%
R=15.28%
G=19.91%
B=64.81%

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
Decimal33431400.760.6900.45234.3961.8533.92
Hex212B8C4C4502Dea3e22
Octal41532141141050553527642
Binary1000011010111000110010011001000101010110111101010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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