#21328E

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

Shades of Egyptian Blue #21328E

Tints of Egyptian Blue #21328E

Color information

#21328E (or 0x21328E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 32 and 8E. RGB value is (33,50,142). Sum of RGB (Red+Green+Blue) = 33+50+142=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #21328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21328E is #DECD71. Grayscale: #373737. Windows color (decimal): -14601586 or 9318945. OLE color: 9318945.

HSL color Cylindrical-coordinate representation of color #21328E: hue angle of 230.64º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21328E is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3350142-
CMYK0.770.6500.44
HSL230.64º62.29%34.31%-
HSV(B)230.64º76.76%55.69%-
XYZ6.654.5626.12-
YUV55.4176.87112.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 142 (55.86% from 255) = 63.11%
R=14.67%
G=22.22%
B=63.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33501420.770.6500.44230.6462.2934.31
Hex21328E4D4102Ce73e22
Octal41622161151010543477642
Binary1000011100101000111010011011000001010110011100111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,50,142); }

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

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

 a { background-color: rgb(33,50,142); }

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

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

 span { border-color: rgb(33,50,142); }

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