Shades of Egyptian Blue #21398E
Tints of Egyptian Blue #21398E
RGB
CMYK
RGB Variations
Color information
#21398E (or 0x21398E) is known color: Egyptian Blue. HEX triplet: 21, 39 and 8E. RGB value is (33,57,142). Sum of RGB (Red+Green+Blue) = 33+57+142=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #21398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21398E is #DEC671. Grayscale: #3B3B3B. Windows color (decimal): -14599794 or 9320737. OLE color: 9320737.
HSL color Cylindrical-coordinate representation of color #21398E: hue angle of 226.79º 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 #21398E is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 57 | 142 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.44 |
| HSL | 226.79º | 0.62% | 0.34% | - |
| HSV(B) | 226.79º | 0.77% | 0.56% | - |
| XYZ | 6.97 | 5.2 | 26.23 | - |
| YUV | 59.51 | 174.55 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 142 | 0.77 | 0.60 | 0 | 0.44 | 226.79 | 0.62 | 0.34 |
| Hex | 21 | 39 | 8E | 4D | 3C | 0 | 2C | E3 | 3E | 22 |
| Octal | 41 | 71 | 216 | 115 | 74 | 0 | 54 | 343 | 76 | 42 |
| Binary | 100001 | 111001 | 10001110 | 1001101 | 111100 | 0 | 101100 | 11100011 | 111110 | 100010 |
Color Harmonies of #21398E
Complementary color
Monochromatic Colors of #21398E
Black with #21398E
Text Example
Text Example
White with #21398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21398E; }
p { color: rgb(33,57,142); }
H1.HeaderClassName
{
color: #21398E;
}
.AnyTagClassName
{
color: #21398E;
}
</style>
background-color css
<style>
a { background-color: #21398E; }
a { background-color: rgb(33,57,142); }
div.DivClassName
{
background-color: #21398E;
}
.BgClassName
{
background-color: #21398E;
}
</style>
border-color css
<style>
span { border-color: #21398E; }
span { border-color: rgb(33,57,142); }
td.TdClassName
{
border-color: #21398E;
}
.TagClassName
{
border-color: #21398E;
}
</style>