#21299E

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

Shades of Egyptian Blue #21299E

Tints of Egyptian Blue #21299E

Color information

#21299E (or 0x21299E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 29 and 9E. RGB value is (33,41,158). Sum of RGB (Red+Green+Blue) = 33+41+158=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #21299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21299E is #DED661. Grayscale: #333333. Windows color (decimal): -14603874 or 10365217. OLE color: 10365217.

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

Color convert

RGB3341158-
CMYK0.790.7400.38
HSL236.16º65.45%37.45%-
HSV(B)236.16º79.11%61.96%-
XYZ7.594.3832.79-
YUV51.95187.85114.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 158 (62.11% from 255) = 68.10%
R=14.22%
G=17.67%
B=68.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33411580.790.7400.38236.1665.4537.45
Hex21299E4F4A026ec4125
Octal415123611711204635410145
Binary10000110100110011110100111110010100100110111011001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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