Shades of Egyptian Blue #252DA0
Tints of Egyptian Blue #252DA0
RGB
CMYK
RGB Variations
Color information
#252DA0 (or 0x252DA0) is known color: Egyptian Blue. HEX triplet: 25, 2D and A0. RGB value is (37,45,160). Sum of RGB (Red+Green+Blue) = 37+45+160=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 160 (62.89% from 255 or 66.12% from 242); Max value from RGB is 160 - color contains mainly: blue. Hex color #252DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252DA0 is #DAD25F. Grayscale: #373737. Windows color (decimal): -14340704 or 10497317. OLE color: 10497317.
HSL color Cylindrical-coordinate representation of color #252DA0: hue angle of 236.1º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #252DA0 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 45 | 160 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.37 |
| HSL | 236.1º | 0.62% | 0.39% | - |
| HSV(B) | 236.1º | 0.77% | 0.63% | - |
| XYZ | 8.05 | 4.81 | 33.76 | - |
| YUV | 55.72 | 186.85 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 45 | 160 | 0.77 | 0.72 | 0 | 0.37 | 236.1 | 0.62 | 0.39 |
| Hex | 25 | 2D | A0 | 4D | 48 | 0 | 25 | EC | 3E | 27 |
| Octal | 45 | 55 | 240 | 115 | 110 | 0 | 45 | 354 | 76 | 47 |
| Binary | 100101 | 101101 | 10100000 | 1001101 | 1001000 | 0 | 100101 | 11101100 | 111110 | 100111 |
Color Harmonies of #252DA0
Complementary color
Monochromatic Colors of #252DA0
Black with #252DA0
Text Example
Text Example
White with #252DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252DA0; }
p { color: rgb(37,45,160); }
H1.HeaderClassName
{
color: #252DA0;
}
.AnyTagClassName
{
color: #252DA0;
}
</style>
background-color css
<style>
a { background-color: #252DA0; }
a { background-color: rgb(37,45,160); }
div.DivClassName
{
background-color: #252DA0;
}
.BgClassName
{
background-color: #252DA0;
}
</style>
border-color css
<style>
span { border-color: #252DA0; }
span { border-color: rgb(37,45,160); }
td.TdClassName
{
border-color: #252DA0;
}
.TagClassName
{
border-color: #252DA0;
}
</style>