#21329B

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

Shades of Egyptian Blue #21329B

Tints of Egyptian Blue #21329B

Color information

#21329B (or 0x21329B) is unknown color: approx Egyptian Blue. HEX triplet: 21, 32 and 9B. RGB value is (33,50,155). Sum of RGB (Red+Green+Blue) = 33+50+155=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #21329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21329B is #DECD64. Grayscale: #383838. Windows color (decimal): -14601573 or 10170913. OLE color: 10170913.

HSL color Cylindrical-coordinate representation of color #21329B: hue angle of 231.64º 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 #21329B is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3350155-
CMYK0.790.6800.39
HSL231.64º64.89%36.86%-
HSV(B)231.64º78.71%60.78%-
XYZ7.684.9731.56-
YUV56.89183.37110.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 155 (60.94% from 255) = 65.13%
R=13.87%
G=21.01%
B=65.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33501550.790.6800.39231.6464.8936.86
Hex21329B4F44027e84125
Octal416223311710404735010145
Binary10000111001010011011100111110001000100111111010001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21329B; }

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

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

<style>
 a { background-color: #21329B; }

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

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

<style>
 span { border-color: #21329B; }

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

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