Shades of Egyptian Blue #21389D
Tints of Egyptian Blue #21389D
RGB
CMYK
RGB Variations
Color information
#21389D (or 0x21389D) is known color: Egyptian Blue. HEX triplet: 21, 38 and 9D. RGB value is (33,56,157). Sum of RGB (Red+Green+Blue) = 33+56+157=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #21389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21389D is #DEC762. Grayscale: #3C3C3C. Windows color (decimal): -14600035 or 10303521. OLE color: 10303521.
HSL color Cylindrical-coordinate representation of color #21389D: hue angle of 228.87º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21389D is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 56 | 157 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.38 |
| HSL | 228.87º | 0.65% | 0.37% | - |
| HSV(B) | 228.87º | 0.79% | 0.62% | - |
| XYZ | 8.13 | 5.59 | 32.55 | - |
| YUV | 60.64 | 182.38 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 157 | 0.79 | 0.64 | 0 | 0.38 | 228.87 | 0.65 | 0.37 |
| Hex | 21 | 38 | 9D | 4F | 40 | 0 | 26 | E5 | 41 | 25 |
| Octal | 41 | 70 | 235 | 117 | 100 | 0 | 46 | 345 | 101 | 45 |
| Binary | 100001 | 111000 | 10011101 | 1001111 | 1000000 | 0 | 100110 | 11100101 | 1000001 | 100101 |
Color Harmonies of #21389D
Complementary color
Monochromatic Colors of #21389D
Black with #21389D
Text Example
Text Example
White with #21389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21389D; }
p { color: rgb(33,56,157); }
H1.HeaderClassName
{
color: #21389D;
}
.AnyTagClassName
{
color: #21389D;
}
</style>
background-color css
<style>
a { background-color: #21389D; }
a { background-color: rgb(33,56,157); }
div.DivClassName
{
background-color: #21389D;
}
.BgClassName
{
background-color: #21389D;
}
</style>
border-color css
<style>
span { border-color: #21389D; }
span { border-color: rgb(33,56,157); }
td.TdClassName
{
border-color: #21389D;
}
.TagClassName
{
border-color: #21389D;
}
</style>