Shades of Egyptian Blue #252AA6
Tints of Egyptian Blue #252AA6
RGB
CMYK
RGB Variations
Color information
#252AA6 (or 0x252AA6) is known color: Egyptian Blue. HEX triplet: 25, 2A and A6. RGB value is (37,42,166). Sum of RGB (Red+Green+Blue) = 37+42+166=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 166 (65.23% from 255 or 67.76% from 245); Max value from RGB is 166 - color contains mainly: blue. Hex color #252AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252AA6 is #DAD559. Grayscale: #363636. Windows color (decimal): -14341466 or 10889765. OLE color: 10889765.
HSL color Cylindrical-coordinate representation of color #252AA6: hue angle of 237.67º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #252AA6 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 42 | 166 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.35 |
| HSL | 237.67º | 0.64% | 0.4% | - |
| HSV(B) | 237.67º | 0.78% | 0.65% | - |
| XYZ | 8.47 | 4.8 | 36.56 | - |
| YUV | 54.64 | 190.84 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 166 | 0.78 | 0.75 | 0 | 0.35 | 237.67 | 0.64 | 0.4 |
| Hex | 25 | 2A | A6 | 4E | 4B | 0 | 23 | EE | 40 | 28 |
| Octal | 45 | 52 | 246 | 116 | 113 | 0 | 43 | 356 | 100 | 50 |
| Binary | 100101 | 101010 | 10100110 | 1001110 | 1001011 | 0 | 100011 | 11101110 | 1000000 | 101000 |
Color Harmonies of #252AA6
Complementary color
Monochromatic Colors of #252AA6
Black with #252AA6
Text Example
Text Example
White with #252AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252AA6; }
p { color: rgb(37,42,166); }
H1.HeaderClassName
{
color: #252AA6;
}
.AnyTagClassName
{
color: #252AA6;
}
</style>
background-color css
<style>
a { background-color: #252AA6; }
a { background-color: rgb(37,42,166); }
div.DivClassName
{
background-color: #252AA6;
}
.BgClassName
{
background-color: #252AA6;
}
</style>
border-color css
<style>
span { border-color: #252AA6; }
span { border-color: rgb(37,42,166); }
td.TdClassName
{
border-color: #252AA6;
}
.TagClassName
{
border-color: #252AA6;
}
</style>