Shades of Egyptian Blue #21389F
Tints of Egyptian Blue #21389F
RGB
CMYK
RGB Variations
Color information
#21389F (or 0x21389F) is known color: Egyptian Blue. HEX triplet: 21, 38 and 9F. RGB value is (33,56,159). Sum of RGB (Red+Green+Blue) = 33+56+159=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #21389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21389F is #DEC760. Grayscale: #3C3C3C. Windows color (decimal): -14600033 or 10434593. OLE color: 10434593.
HSL color Cylindrical-coordinate representation of color #21389F: hue angle of 229.05º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21389F is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 56 | 159 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.38 |
| HSL | 229.05º | 0.66% | 0.38% | - |
| HSV(B) | 229.05º | 0.79% | 0.62% | - |
| XYZ | 8.3 | 5.65 | 33.45 | - |
| YUV | 60.87 | 183.38 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 159 | 0.79 | 0.65 | 0 | 0.38 | 229.05 | 0.66 | 0.38 |
| Hex | 21 | 38 | 9F | 4F | 41 | 0 | 26 | E5 | 42 | 26 |
| Octal | 41 | 70 | 237 | 117 | 101 | 0 | 46 | 345 | 102 | 46 |
| Binary | 100001 | 111000 | 10011111 | 1001111 | 1000001 | 0 | 100110 | 11100101 | 1000010 | 100110 |
Color Harmonies of #21389F
Complementary color
Monochromatic Colors of #21389F
Black with #21389F
Text Example
Text Example
White with #21389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21389F; }
p { color: rgb(33,56,159); }
H1.HeaderClassName
{
color: #21389F;
}
.AnyTagClassName
{
color: #21389F;
}
</style>
background-color css
<style>
a { background-color: #21389F; }
a { background-color: rgb(33,56,159); }
div.DivClassName
{
background-color: #21389F;
}
.BgClassName
{
background-color: #21389F;
}
</style>
border-color css
<style>
span { border-color: #21389F; }
span { border-color: rgb(33,56,159); }
td.TdClassName
{
border-color: #21389F;
}
.TagClassName
{
border-color: #21389F;
}
</style>