Shades of Egyptian Blue #253193
Tints of Egyptian Blue #253193
RGB
CMYK
RGB Variations
Color information
#253193 (or 0x253193) is known color: Egyptian Blue. HEX triplet: 25, 31 and 93. RGB value is (37,49,147). Sum of RGB (Red+Green+Blue) = 37+49+147=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #253193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253193 is #DACE6C. Grayscale: #383838. Windows color (decimal): -14339693 or 9646373. OLE color: 9646373.
HSL color Cylindrical-coordinate representation of color #253193: hue angle of 233.45º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #253193 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 49 | 147 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.42 |
| HSL | 233.45º | 0.6% | 0.36% | - |
| HSV(B) | 233.45º | 0.75% | 0.58% | - |
| XYZ | 7.13 | 4.7 | 28.13 | - |
| YUV | 56.58 | 179.02 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 147 | 0.75 | 0.67 | 0 | 0.42 | 233.45 | 0.6 | 0.36 |
| Hex | 25 | 31 | 93 | 4B | 43 | 0 | 2A | E9 | 3C | 24 |
| Octal | 45 | 61 | 223 | 113 | 103 | 0 | 52 | 351 | 74 | 44 |
| Binary | 100101 | 110001 | 10010011 | 1001011 | 1000011 | 0 | 101010 | 11101001 | 111100 | 100100 |
Color Harmonies of #253193
Complementary color
Monochromatic Colors of #253193
Black with #253193
Text Example
Text Example
White with #253193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253193; }
p { color: rgb(37,49,147); }
H1.HeaderClassName
{
color: #253193;
}
.AnyTagClassName
{
color: #253193;
}
</style>
background-color css
<style>
a { background-color: #253193; }
a { background-color: rgb(37,49,147); }
div.DivClassName
{
background-color: #253193;
}
.BgClassName
{
background-color: #253193;
}
</style>
border-color css
<style>
span { border-color: #253193; }
span { border-color: rgb(37,49,147); }
td.TdClassName
{
border-color: #253193;
}
.TagClassName
{
border-color: #253193;
}
</style>