Shades of Egyptian Blue #252C99
Tints of Egyptian Blue #252C99
RGB
CMYK
RGB Variations
Color information
#252C99 (or 0x252C99) is known color: Egyptian Blue. HEX triplet: 25, 2C and 99. RGB value is (37,44,153). Sum of RGB (Red+Green+Blue) = 37+44+153=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #252C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252C99 is #DAD366. Grayscale: #353535. Windows color (decimal): -14340967 or 10038309. OLE color: 10038309.
HSL color Cylindrical-coordinate representation of color #252C99: hue angle of 236.38º 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 #252C99 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 44 | 153 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.4 |
| HSL | 236.38º | 0.61% | 0.37% | - |
| HSV(B) | 236.38º | 0.76% | 0.6% | - |
| XYZ | 7.41 | 4.49 | 30.61 | - |
| YUV | 54.33 | 183.68 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 44 | 153 | 0.76 | 0.71 | 0 | 0.4 | 236.38 | 0.61 | 0.37 |
| Hex | 25 | 2C | 99 | 4C | 47 | 0 | 28 | EC | 3D | 25 |
| Octal | 45 | 54 | 231 | 114 | 107 | 0 | 50 | 354 | 75 | 45 |
| Binary | 100101 | 101100 | 10011001 | 1001100 | 1000111 | 0 | 101000 | 11101100 | 111101 | 100101 |
Color Harmonies of #252C99
Complementary color
Monochromatic Colors of #252C99
Black with #252C99
Text Example
Text Example
White with #252C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252C99; }
p { color: rgb(37,44,153); }
H1.HeaderClassName
{
color: #252C99;
}
.AnyTagClassName
{
color: #252C99;
}
</style>
background-color css
<style>
a { background-color: #252C99; }
a { background-color: rgb(37,44,153); }
div.DivClassName
{
background-color: #252C99;
}
.BgClassName
{
background-color: #252C99;
}
</style>
border-color css
<style>
span { border-color: #252C99; }
span { border-color: rgb(37,44,153); }
td.TdClassName
{
border-color: #252C99;
}
.TagClassName
{
border-color: #252C99;
}
</style>