Shades of Egyptian Blue #21358D
Tints of Egyptian Blue #21358D
RGB
CMYK
RGB Variations
Color information
#21358D (or 0x21358D) is known color: Egyptian Blue. HEX triplet: 21, 35 and 8D. RGB value is (33,53,141). Sum of RGB (Red+Green+Blue) = 33+53+141=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #21358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21358D is #DECA72. Grayscale: #383838. Windows color (decimal): -14600819 or 9254177. OLE color: 9254177.
HSL color Cylindrical-coordinate representation of color #21358D: hue angle of 228.89º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21358D is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 53 | 141 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.45 |
| HSL | 228.89º | 0.62% | 0.34% | - |
| HSV(B) | 228.89º | 0.77% | 0.55% | - |
| XYZ | 6.71 | 4.79 | 25.77 | - |
| YUV | 57.05 | 175.37 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 141 | 0.77 | 0.62 | 0 | 0.45 | 228.89 | 0.62 | 0.34 |
| Hex | 21 | 35 | 8D | 4D | 3E | 0 | 2D | E5 | 3E | 22 |
| Octal | 41 | 65 | 215 | 115 | 76 | 0 | 55 | 345 | 76 | 42 |
| Binary | 100001 | 110101 | 10001101 | 1001101 | 111110 | 0 | 101101 | 11100101 | 111110 | 100010 |
Color Harmonies of #21358D
Complementary color
Monochromatic Colors of #21358D
Black with #21358D
Text Example
Text Example
White with #21358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21358D; }
p { color: rgb(33,53,141); }
H1.HeaderClassName
{
color: #21358D;
}
.AnyTagClassName
{
color: #21358D;
}
</style>
background-color css
<style>
a { background-color: #21358D; }
a { background-color: rgb(33,53,141); }
div.DivClassName
{
background-color: #21358D;
}
.BgClassName
{
background-color: #21358D;
}
</style>
border-color css
<style>
span { border-color: #21358D; }
span { border-color: rgb(33,53,141); }
td.TdClassName
{
border-color: #21358D;
}
.TagClassName
{
border-color: #21358D;
}
</style>