Shades of Egyptian Blue #253D9E
Tints of Egyptian Blue #253D9E
RGB
CMYK
RGB Variations
Color information
#253D9E (or 0x253D9E) is known color: Egyptian Blue. HEX triplet: 25, 3D and 9E. RGB value is (37,61,158). Sum of RGB (Red+Green+Blue) = 37+61+158=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #253D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253D9E is #DAC261. Grayscale: #404040. Windows color (decimal): -14336610 or 10370341. OLE color: 10370341.
HSL color Cylindrical-coordinate representation of color #253D9E: hue angle of 228.1º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #253D9E is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 61 | 158 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.38 |
| HSL | 228.1º | 0.62% | 0.38% | - |
| HSV(B) | 228.1º | 0.77% | 0.62% | - |
| XYZ | 8.6 | 6.2 | 33.09 | - |
| YUV | 64.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 158 | 0.77 | 0.61 | 0 | 0.38 | 228.1 | 0.62 | 0.38 |
| Hex | 25 | 3D | 9E | 4D | 3D | 0 | 26 | E4 | 3E | 26 |
| Octal | 45 | 75 | 236 | 115 | 75 | 0 | 46 | 344 | 76 | 46 |
| Binary | 100101 | 111101 | 10011110 | 1001101 | 111101 | 0 | 100110 | 11100100 | 111110 | 100110 |
Color Harmonies of #253D9E
Complementary color
Monochromatic Colors of #253D9E
Black with #253D9E
Text Example
Text Example
White with #253D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D9E; }
p { color: rgb(37,61,158); }
H1.HeaderClassName
{
color: #253D9E;
}
.AnyTagClassName
{
color: #253D9E;
}
</style>
background-color css
<style>
a { background-color: #253D9E; }
a { background-color: rgb(37,61,158); }
div.DivClassName
{
background-color: #253D9E;
}
.BgClassName
{
background-color: #253D9E;
}
</style>
border-color css
<style>
span { border-color: #253D9E; }
span { border-color: rgb(37,61,158); }
td.TdClassName
{
border-color: #253D9E;
}
.TagClassName
{
border-color: #253D9E;
}
</style>