Shades of Egyptian Blue #252A91
Tints of Egyptian Blue #252A91
RGB
CMYK
RGB Variations
Color information
#252A91 (or 0x252A91) is known color: Egyptian Blue. HEX triplet: 25, 2A and 91. RGB value is (37,42,145). Sum of RGB (Red+Green+Blue) = 37+42+145=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #252A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A91 is #DAD56E. Grayscale: #333333. Windows color (decimal): -14341487 or 9513509. OLE color: 9513509.
HSL color Cylindrical-coordinate representation of color #252A91: hue angle of 237.22º 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 #252A91 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 42 | 145 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.43 |
| HSL | 237.22º | 0.59% | 0.36% | - |
| HSV(B) | 237.22º | 0.74% | 0.57% | - |
| XYZ | 6.7 | 4.09 | 27.22 | - |
| YUV | 52.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 145 | 0.74 | 0.71 | 0 | 0.43 | 237.22 | 0.59 | 0.36 |
| Hex | 25 | 2A | 91 | 4A | 47 | 0 | 2B | ED | 3B | 24 |
| Octal | 45 | 52 | 221 | 112 | 107 | 0 | 53 | 355 | 73 | 44 |
| Binary | 100101 | 101010 | 10010001 | 1001010 | 1000111 | 0 | 101011 | 11101101 | 111011 | 100100 |
Color Harmonies of #252A91
Complementary color
Monochromatic Colors of #252A91
Black with #252A91
Text Example
Text Example
White with #252A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A91; }
p { color: rgb(37,42,145); }
H1.HeaderClassName
{
color: #252A91;
}
.AnyTagClassName
{
color: #252A91;
}
</style>
background-color css
<style>
a { background-color: #252A91; }
a { background-color: rgb(37,42,145); }
div.DivClassName
{
background-color: #252A91;
}
.BgClassName
{
background-color: #252A91;
}
</style>
border-color css
<style>
span { border-color: #252A91; }
span { border-color: rgb(37,42,145); }
td.TdClassName
{
border-color: #252A91;
}
.TagClassName
{
border-color: #252A91;
}
</style>