Shades of Egyptian Blue #253FA0
Tints of Egyptian Blue #253FA0
RGB
CMYK
RGB Variations
Color information
#253FA0 (or 0x253FA0) is known color: Egyptian Blue. HEX triplet: 25, 3F and A0. RGB value is (37,63,160). Sum of RGB (Red+Green+Blue) = 37+63+160=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 160 (62.89% from 255 or 61.54% from 260); Max value from RGB is 160 - color contains mainly: blue. Hex color #253FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253FA0 is #DAC05F. Grayscale: #414141. Windows color (decimal): -14336096 or 10501925. OLE color: 10501925.
HSL color Cylindrical-coordinate representation of color #253FA0: hue angle of 227.32º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #253FA0 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 63 | 160 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.37 |
| HSL | 227.32º | 0.62% | 0.39% | - |
| HSV(B) | 227.32º | 0.77% | 0.63% | - |
| XYZ | 8.89 | 6.49 | 34.04 | - |
| YUV | 66.28 | 180.89 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 160 | 0.77 | 0.61 | 0 | 0.37 | 227.32 | 0.62 | 0.39 |
| Hex | 25 | 3F | A0 | 4D | 3D | 0 | 25 | E3 | 3E | 27 |
| Octal | 45 | 77 | 240 | 115 | 75 | 0 | 45 | 343 | 76 | 47 |
| Binary | 100101 | 111111 | 10100000 | 1001101 | 111101 | 0 | 100101 | 11100011 | 111110 | 100111 |
Color Harmonies of #253FA0
Complementary color
Monochromatic Colors of #253FA0
Black with #253FA0
Text Example
Text Example
White with #253FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FA0; }
p { color: rgb(37,63,160); }
H1.HeaderClassName
{
color: #253FA0;
}
.AnyTagClassName
{
color: #253FA0;
}
</style>
background-color css
<style>
a { background-color: #253FA0; }
a { background-color: rgb(37,63,160); }
div.DivClassName
{
background-color: #253FA0;
}
.BgClassName
{
background-color: #253FA0;
}
</style>
border-color css
<style>
span { border-color: #253FA0; }
span { border-color: rgb(37,63,160); }
td.TdClassName
{
border-color: #253FA0;
}
.TagClassName
{
border-color: #253FA0;
}
</style>