Shades of Egyptian Blue #253293
Tints of Egyptian Blue #253293
RGB
CMYK
RGB Variations
Color information
#253293 (or 0x253293) is known color: Egyptian Blue. HEX triplet: 25, 32 and 93. RGB value is (37,50,147). Sum of RGB (Red+Green+Blue) = 37+50+147=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #253293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253293 is #DACD6C. Grayscale: #383838. Windows color (decimal): -14339437 or 9646629. OLE color: 9646629.
HSL color Cylindrical-coordinate representation of color #253293: hue angle of 232.91º 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 #253293 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 50 | 147 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.42 |
| HSL | 232.91º | 0.6% | 0.36% | - |
| HSV(B) | 232.91º | 0.75% | 0.58% | - |
| XYZ | 7.17 | 4.78 | 28.15 | - |
| YUV | 57.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 147 | 0.75 | 0.66 | 0 | 0.42 | 232.91 | 0.6 | 0.36 |
| Hex | 25 | 32 | 93 | 4B | 42 | 0 | 2A | E9 | 3C | 24 |
| Octal | 45 | 62 | 223 | 113 | 102 | 0 | 52 | 351 | 74 | 44 |
| Binary | 100101 | 110010 | 10010011 | 1001011 | 1000010 | 0 | 101010 | 11101001 | 111100 | 100100 |
Color Harmonies of #253293
Complementary color
Monochromatic Colors of #253293
Black with #253293
Text Example
Text Example
White with #253293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253293; }
p { color: rgb(37,50,147); }
H1.HeaderClassName
{
color: #253293;
}
.AnyTagClassName
{
color: #253293;
}
</style>
background-color css
<style>
a { background-color: #253293; }
a { background-color: rgb(37,50,147); }
div.DivClassName
{
background-color: #253293;
}
.BgClassName
{
background-color: #253293;
}
</style>
border-color css
<style>
span { border-color: #253293; }
span { border-color: rgb(37,50,147); }
td.TdClassName
{
border-color: #253293;
}
.TagClassName
{
border-color: #253293;
}
</style>