Shades of Egyptian Blue #21329A
Tints of Egyptian Blue #21329A
RGB
CMYK
RGB Variations
Color information
#21329A (or 0x21329A) is known color: Egyptian Blue. HEX triplet: 21, 32 and 9A. RGB value is (33,50,154). Sum of RGB (Red+Green+Blue) = 33+50+154=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #21329A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21329A is #DECD65. Grayscale: #383838. Windows color (decimal): -14601574 or 10105377. OLE color: 10105377.
HSL color Cylindrical-coordinate representation of color #21329A: hue angle of 231.57º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21329A is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 50 | 154 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.40 |
| HSL | 231.57º | 0.65% | 0.37% | - |
| HSV(B) | 231.57º | 0.79% | 0.6% | - |
| XYZ | 7.6 | 4.94 | 31.12 | - |
| YUV | 56.77 | 182.87 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 154 | 0.79 | 0.68 | 0 | 0.40 | 231.57 | 0.65 | 0.37 |
| Hex | 21 | 32 | 9A | 4F | 44 | 0 | 28 | E8 | 41 | 25 |
| Octal | 41 | 62 | 232 | 117 | 104 | 0 | 50 | 350 | 101 | 45 |
| Binary | 100001 | 110010 | 10011010 | 1001111 | 1000100 | 0 | 101000 | 11101000 | 1000001 | 100101 |
Color Harmonies of #21329A
Complementary color
Monochromatic Colors of #21329A
Black with #21329A
Text Example
Text Example
White with #21329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21329A; }
p { color: rgb(33,50,154); }
H1.HeaderClassName
{
color: #21329A;
}
.AnyTagClassName
{
color: #21329A;
}
</style>
background-color css
<style>
a { background-color: #21329A; }
a { background-color: rgb(33,50,154); }
div.DivClassName
{
background-color: #21329A;
}
.BgClassName
{
background-color: #21329A;
}
</style>
border-color css
<style>
span { border-color: #21329A; }
span { border-color: rgb(33,50,154); }
td.TdClassName
{
border-color: #21329A;
}
.TagClassName
{
border-color: #21329A;
}
</style>