#21379E

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

Shades of Egyptian Blue #21379E

Tints of Egyptian Blue #21379E

Color information

#21379E (or 0x21379E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 37 and 9E. RGB value is (33,55,158). Sum of RGB (Red+Green+Blue) = 33+55+158=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #21379E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21379E is #DEC861. Grayscale: #3B3B3B. Windows color (decimal): -14600290 or 10368801. OLE color: 10368801.

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

Color convert

RGB3355158-
CMYK0.790.6500.38
HSL229.44º65.45%37.45%-
HSV(B)229.44º79.11%61.96%-
XYZ8.165.5232.98-
YUV60.16183.21108.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 158 (62.11% from 255) = 64.23%
R=13.41%
G=22.36%
B=64.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33551580.790.6500.38229.4465.4537.45
Hex21379E4F41026e54125
Octal416723611710104634510145
Binary10000111011110011110100111110000010100110111001011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21379E; }

 p { color: rgb(33,55,158); }

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

<style>
 a { background-color: #21379E; }

 a { background-color: rgb(33,55,158); }

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

<style>
 span { border-color: #21379E; }

 span { border-color: rgb(33,55,158); }

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