Shades of Egyptian Blue #253399
Tints of Egyptian Blue #253399
RGB
CMYK
RGB Variations
Color information
#253399 (or 0x253399) is known color: Egyptian Blue. HEX triplet: 25, 33 and 99. RGB value is (37,51,153). Sum of RGB (Red+Green+Blue) = 37+51+153=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #253399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253399 is #DACC66. Grayscale: #3A3A3A. Windows color (decimal): -14339175 or 10040101. OLE color: 10040101.
HSL color Cylindrical-coordinate representation of color #253399: hue angle of 232.76º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #253399 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 51 | 153 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.4 |
| HSL | 232.76º | 0.61% | 0.37% | - |
| HSV(B) | 232.76º | 0.76% | 0.6% | - |
| XYZ | 7.7 | 5.06 | 30.71 | - |
| YUV | 58.44 | 181.36 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 153 | 0.76 | 0.67 | 0 | 0.4 | 232.76 | 0.61 | 0.37 |
| Hex | 25 | 33 | 99 | 4C | 43 | 0 | 28 | E9 | 3D | 25 |
| Octal | 45 | 63 | 231 | 114 | 103 | 0 | 50 | 351 | 75 | 45 |
| Binary | 100101 | 110011 | 10011001 | 1001100 | 1000011 | 0 | 101000 | 11101001 | 111101 | 100101 |
Color Harmonies of #253399
Complementary color
Monochromatic Colors of #253399
Black with #253399
Text Example
Text Example
White with #253399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253399; }
p { color: rgb(37,51,153); }
H1.HeaderClassName
{
color: #253399;
}
.AnyTagClassName
{
color: #253399;
}
</style>
background-color css
<style>
a { background-color: #253399; }
a { background-color: rgb(37,51,153); }
div.DivClassName
{
background-color: #253399;
}
.BgClassName
{
background-color: #253399;
}
</style>
border-color css
<style>
span { border-color: #253399; }
span { border-color: rgb(37,51,153); }
td.TdClassName
{
border-color: #253399;
}
.TagClassName
{
border-color: #253399;
}
</style>