Shades of Egyptian Blue #253BA2
Tints of Egyptian Blue #253BA2
RGB
CMYK
RGB Variations
Color information
#253BA2 (or 0x253BA2) is known color: Egyptian Blue. HEX triplet: 25, 3B and A2. RGB value is (37,59,162). Sum of RGB (Red+Green+Blue) = 37+59+162=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 162 (63.67% from 255 or 62.79% from 258); Max value from RGB is 162 - color contains mainly: blue. Hex color #253BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253BA2 is #DAC45D. Grayscale: #3F3F3F. Windows color (decimal): -14337118 or 10631973. OLE color: 10631973.
HSL color Cylindrical-coordinate representation of color #253BA2: hue angle of 229.44º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #253BA2 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 59 | 162 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.36 |
| HSL | 229.44º | 0.63% | 0.39% | - |
| HSV(B) | 229.44º | 0.77% | 0.64% | - |
| XYZ | 8.85 | 6.13 | 34.9 | - |
| YUV | 64.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 162 | 0.77 | 0.64 | 0 | 0.36 | 229.44 | 0.63 | 0.39 |
| Hex | 25 | 3B | A2 | 4D | 40 | 0 | 24 | E5 | 3F | 27 |
| Octal | 45 | 73 | 242 | 115 | 100 | 0 | 44 | 345 | 77 | 47 |
| Binary | 100101 | 111011 | 10100010 | 1001101 | 1000000 | 0 | 100100 | 11100101 | 111111 | 100111 |
Color Harmonies of #253BA2
Complementary color
Monochromatic Colors of #253BA2
Black with #253BA2
Text Example
Text Example
White with #253BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253BA2; }
p { color: rgb(37,59,162); }
H1.HeaderClassName
{
color: #253BA2;
}
.AnyTagClassName
{
color: #253BA2;
}
</style>
background-color css
<style>
a { background-color: #253BA2; }
a { background-color: rgb(37,59,162); }
div.DivClassName
{
background-color: #253BA2;
}
.BgClassName
{
background-color: #253BA2;
}
</style>
border-color css
<style>
span { border-color: #253BA2; }
span { border-color: rgb(37,59,162); }
td.TdClassName
{
border-color: #253BA2;
}
.TagClassName
{
border-color: #253BA2;
}
</style>