Shades of Egyptian Blue #21338F
Tints of Egyptian Blue #21338F
RGB
CMYK
RGB Variations
Color information
#21338F (or 0x21338F) is known color: Egyptian Blue. HEX triplet: 21, 33 and 8F. RGB value is (33,51,143). Sum of RGB (Red+Green+Blue) = 33+51+143=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 143 (56.25% from 255 or 63.00% from 227); Max value from RGB is 143 - color contains mainly: blue. Hex color #21338F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21338F is #DECC70. Grayscale: #373737. Windows color (decimal): -14601329 or 9384737. OLE color: 9384737.
HSL color Cylindrical-coordinate representation of color #21338F: hue angle of 230.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21338F is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 51 | 143 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.44 |
| HSL | 230.18º | 0.63% | 0.35% | - |
| HSV(B) | 230.18º | 0.77% | 0.56% | - |
| XYZ | 6.77 | 4.67 | 26.53 | - |
| YUV | 56.11 | 177.04 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 143 | 0.77 | 0.64 | 0 | 0.44 | 230.18 | 0.63 | 0.35 |
| Hex | 21 | 33 | 8F | 4D | 40 | 0 | 2C | E6 | 3E | 23 |
| Octal | 41 | 63 | 217 | 115 | 100 | 0 | 54 | 346 | 76 | 43 |
| Binary | 100001 | 110011 | 10001111 | 1001101 | 1000000 | 0 | 101100 | 11100110 | 111110 | 100011 |
Color Harmonies of #21338F
Complementary color
Monochromatic Colors of #21338F
Black with #21338F
Text Example
Text Example
White with #21338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21338F; }
p { color: rgb(33,51,143); }
H1.HeaderClassName
{
color: #21338F;
}
.AnyTagClassName
{
color: #21338F;
}
</style>
background-color css
<style>
a { background-color: #21338F; }
a { background-color: rgb(33,51,143); }
div.DivClassName
{
background-color: #21338F;
}
.BgClassName
{
background-color: #21338F;
}
</style>
border-color css
<style>
span { border-color: #21338F; }
span { border-color: rgb(33,51,143); }
td.TdClassName
{
border-color: #21338F;
}
.TagClassName
{
border-color: #21338F;
}
</style>