Shades of Egyptian Blue #253B9A
Tints of Egyptian Blue #253B9A
RGB
CMYK
RGB Variations
Color information
#253B9A (or 0x253B9A) is known color: Egyptian Blue. HEX triplet: 25, 3B and 9A. RGB value is (37,59,154). Sum of RGB (Red+Green+Blue) = 37+59+154=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #253B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253B9A is #DAC465. Grayscale: #3E3E3E. Windows color (decimal): -14337126 or 10107685. OLE color: 10107685.
HSL color Cylindrical-coordinate representation of color #253B9A: hue angle of 228.72º 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 #253B9A is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 59 | 154 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.40 |
| HSL | 228.72º | 0.61% | 0.37% | - |
| HSV(B) | 228.72º | 0.76% | 0.6% | - |
| XYZ | 8.16 | 5.85 | 31.27 | - |
| YUV | 63.25 | 179.21 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 154 | 0.76 | 0.62 | 0 | 0.40 | 228.72 | 0.61 | 0.37 |
| Hex | 25 | 3B | 9A | 4C | 3E | 0 | 28 | E5 | 3D | 25 |
| Octal | 45 | 73 | 232 | 114 | 76 | 0 | 50 | 345 | 75 | 45 |
| Binary | 100101 | 111011 | 10011010 | 1001100 | 111110 | 0 | 101000 | 11100101 | 111101 | 100101 |
Color Harmonies of #253B9A
Complementary color
Monochromatic Colors of #253B9A
Black with #253B9A
Text Example
Text Example
White with #253B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B9A; }
p { color: rgb(37,59,154); }
H1.HeaderClassName
{
color: #253B9A;
}
.AnyTagClassName
{
color: #253B9A;
}
</style>
background-color css
<style>
a { background-color: #253B9A; }
a { background-color: rgb(37,59,154); }
div.DivClassName
{
background-color: #253B9A;
}
.BgClassName
{
background-color: #253B9A;
}
</style>
border-color css
<style>
span { border-color: #253B9A; }
span { border-color: rgb(37,59,154); }
td.TdClassName
{
border-color: #253B9A;
}
.TagClassName
{
border-color: #253B9A;
}
</style>