Shades of Egyptian Blue #252BA6
Tints of Egyptian Blue #252BA6
RGB
CMYK
RGB Variations
Color information
#252BA6 (or 0x252BA6) is known color: Egyptian Blue. HEX triplet: 25, 2B and A6. RGB value is (37,43,166). Sum of RGB (Red+Green+Blue) = 37+43+166=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 166 (65.23% from 255 or 67.48% from 246); Max value from RGB is 166 - color contains mainly: blue. Hex color #252BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252BA6 is #DAD459. Grayscale: #363636. Windows color (decimal): -14341210 or 10890021. OLE color: 10890021.
HSL color Cylindrical-coordinate representation of color #252BA6: hue angle of 237.21º 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 #252BA6 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 43 | 166 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.35 |
| HSL | 237.21º | 0.64% | 0.4% | - |
| HSV(B) | 237.21º | 0.78% | 0.65% | - |
| XYZ | 8.51 | 4.87 | 36.57 | - |
| YUV | 55.23 | 190.51 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 166 | 0.78 | 0.74 | 0 | 0.35 | 237.21 | 0.64 | 0.4 |
| Hex | 25 | 2B | A6 | 4E | 4A | 0 | 23 | ED | 40 | 28 |
| Octal | 45 | 53 | 246 | 116 | 112 | 0 | 43 | 355 | 100 | 50 |
| Binary | 100101 | 101011 | 10100110 | 1001110 | 1001010 | 0 | 100011 | 11101101 | 1000000 | 101000 |
Color Harmonies of #252BA6
Complementary color
Monochromatic Colors of #252BA6
Black with #252BA6
Text Example
Text Example
White with #252BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252BA6; }
p { color: rgb(37,43,166); }
H1.HeaderClassName
{
color: #252BA6;
}
.AnyTagClassName
{
color: #252BA6;
}
</style>
background-color css
<style>
a { background-color: #252BA6; }
a { background-color: rgb(37,43,166); }
div.DivClassName
{
background-color: #252BA6;
}
.BgClassName
{
background-color: #252BA6;
}
</style>
border-color css
<style>
span { border-color: #252BA6; }
span { border-color: rgb(37,43,166); }
td.TdClassName
{
border-color: #252BA6;
}
.TagClassName
{
border-color: #252BA6;
}
</style>