Shades of Egyptian Blue #252999
Tints of Egyptian Blue #252999
RGB
CMYK
RGB Variations
Color information
#252999 (or 0x252999) is known color: Egyptian Blue. HEX triplet: 25, 29 and 99. RGB value is (37,41,153). Sum of RGB (Red+Green+Blue) = 37+41+153=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #252999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252999 is #DAD666. Grayscale: #343434. Windows color (decimal): -14341735 or 10037541. OLE color: 10037541.
HSL color Cylindrical-coordinate representation of color #252999: hue angle of 237.93º 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 #252999 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 41 | 153 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.4 |
| HSL | 237.93º | 0.61% | 0.37% | - |
| HSV(B) | 237.93º | 0.76% | 0.6% | - |
| XYZ | 7.31 | 4.28 | 30.58 | - |
| YUV | 52.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 153 | 0.76 | 0.73 | 0 | 0.4 | 237.93 | 0.61 | 0.37 |
| Hex | 25 | 29 | 99 | 4C | 49 | 0 | 28 | EE | 3D | 25 |
| Octal | 45 | 51 | 231 | 114 | 111 | 0 | 50 | 356 | 75 | 45 |
| Binary | 100101 | 101001 | 10011001 | 1001100 | 1001001 | 0 | 101000 | 11101110 | 111101 | 100101 |
Color Harmonies of #252999
Complementary color
Monochromatic Colors of #252999
Black with #252999
Text Example
Text Example
White with #252999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252999; }
p { color: rgb(37,41,153); }
H1.HeaderClassName
{
color: #252999;
}
.AnyTagClassName
{
color: #252999;
}
</style>
background-color css
<style>
a { background-color: #252999; }
a { background-color: rgb(37,41,153); }
div.DivClassName
{
background-color: #252999;
}
.BgClassName
{
background-color: #252999;
}
</style>
border-color css
<style>
span { border-color: #252999; }
span { border-color: rgb(37,41,153); }
td.TdClassName
{
border-color: #252999;
}
.TagClassName
{
border-color: #252999;
}
</style>