#213C9C

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

Shades of Egyptian Blue #213C9C

Tints of Egyptian Blue #213C9C

Color information

#213C9C (or 0x213C9C) is unknown color: approx Egyptian Blue. HEX triplet: 21, 3C and 9C. RGB value is (33,60,156). Sum of RGB (Red+Green+Blue) = 33+60+156=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #213C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213C9C is #DEC363. Grayscale: #3E3E3E. Windows color (decimal): -14599012 or 10239009. OLE color: 10239009.

HSL color Cylindrical-coordinate representation of color #213C9C: hue angle of 226.83º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #213C9C is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3360156-
CMYK0.790.6200.39
HSL226.83º65.08%37.06%-
HSV(B)226.83º78.85%61.18%-
XYZ8.245.9632.17-
YUV62.87180.55106.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 156 (61.33% from 255) = 62.65%
R=13.25%
G=24.10%
B=62.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33601560.790.6200.39226.8365.0837.06
Hex213C9C4F3E027e34125
Octal41742341177604734310145
Binary1000011111001001110010011111111100100111111000111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213C9C; }

 p { color: rgb(33,60,156); }

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

<style>
 a { background-color: #213C9C; }

 a { background-color: rgb(33,60,156); }

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

<style>
 span { border-color: #213C9C; }

 span { border-color: rgb(33,60,156); }

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