Shades of Egyptian Blue #252D91
Tints of Egyptian Blue #252D91
RGB
CMYK
RGB Variations
Color information
#252D91 (or 0x252D91) is known color: Egyptian Blue. HEX triplet: 25, 2D and 91. RGB value is (37,45,145). Sum of RGB (Red+Green+Blue) = 37+45+145=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #252D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252D91 is #DAD26E. Grayscale: #353535. Windows color (decimal): -14340719 or 9514277. OLE color: 9514277.
HSL color Cylindrical-coordinate representation of color #252D91: hue angle of 235.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #252D91 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 45 | 145 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.43 |
| HSL | 235.56º | 0.59% | 0.36% | - |
| HSV(B) | 235.56º | 0.74% | 0.57% | - |
| XYZ | 6.81 | 4.31 | 27.26 | - |
| YUV | 54.01 | 179.35 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 145 | 0.74 | 0.69 | 0 | 0.43 | 235.56 | 0.59 | 0.36 |
| Hex | 25 | 2D | 91 | 4A | 45 | 0 | 2B | EC | 3B | 24 |
| Octal | 45 | 55 | 221 | 112 | 105 | 0 | 53 | 354 | 73 | 44 |
| Binary | 100101 | 101101 | 10010001 | 1001010 | 1000101 | 0 | 101011 | 11101100 | 111011 | 100100 |
Color Harmonies of #252D91
Complementary color
Monochromatic Colors of #252D91
Black with #252D91
Text Example
Text Example
White with #252D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252D91; }
p { color: rgb(37,45,145); }
H1.HeaderClassName
{
color: #252D91;
}
.AnyTagClassName
{
color: #252D91;
}
</style>
background-color css
<style>
a { background-color: #252D91; }
a { background-color: rgb(37,45,145); }
div.DivClassName
{
background-color: #252D91;
}
.BgClassName
{
background-color: #252D91;
}
</style>
border-color css
<style>
span { border-color: #252D91; }
span { border-color: rgb(37,45,145); }
td.TdClassName
{
border-color: #252D91;
}
.TagClassName
{
border-color: #252D91;
}
</style>