#21389e

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

Shades of Egyptian Blue #21389E

Tints of Egyptian Blue #21389E

Color information

#21389E (or 0x21389E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 38 and 9E. RGB value is (33,56,158). Sum of RGB (Red+Green+Blue) = 33+56+158=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #21389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21389E is #DEC761. Grayscale: #3C3C3C. Windows color (decimal): -14600034 or 10369057. OLE color: 10369057.

HSL color Cylindrical-coordinate representation of color #21389E: hue angle of 228.96º 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 #21389E is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3356158-
CMYK0.790.6500.38
HSL228.96º65.45%37.45%-
HSV(B)228.96º79.11%61.96%-
XYZ8.215.6233-
YUV60.75182.88108.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 158 (62.11% from 255) = 63.97%
R=13.36%
G=22.67%
B=63.97%

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
Decimal33561580.790.6500.38228.9665.4537.45
Hex21389E4F41026e54125
Octal417023611710104634510145
Binary10000111100010011110100111110000010100110111001011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21389e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21389e; }

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

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

<style>
 a { background-color: #21389e; }

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

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

<style>
 span { border-color: #21389e; }

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

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