Shades of Egyptian Blue #253FA1
Tints of Egyptian Blue #253FA1
RGB
CMYK
RGB Variations
Color information
#253FA1 (or 0x253FA1) is known color: Egyptian Blue. HEX triplet: 25, 3F and A1. RGB value is (37,63,161). Sum of RGB (Red+Green+Blue) = 37+63+161=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 161 (63.28% from 255 or 61.69% from 261); Max value from RGB is 161 - color contains mainly: blue. Hex color #253FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253FA1 is #DAC05E. Grayscale: #414141. Windows color (decimal): -14336095 or 10567461. OLE color: 10567461.
HSL color Cylindrical-coordinate representation of color #253FA1: hue angle of 227.42º degrees, saturation: 0.63, 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 #253FA1 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 63 | 161 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.37 |
| HSL | 227.42º | 0.63% | 0.39% | - |
| HSV(B) | 227.42º | 0.77% | 0.63% | - |
| XYZ | 8.97 | 6.52 | 34.5 | - |
| YUV | 66.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 161 | 0.77 | 0.61 | 0 | 0.37 | 227.42 | 0.63 | 0.39 |
| Hex | 25 | 3F | A1 | 4D | 3D | 0 | 25 | E3 | 3F | 27 |
| Octal | 45 | 77 | 241 | 115 | 75 | 0 | 45 | 343 | 77 | 47 |
| Binary | 100101 | 111111 | 10100001 | 1001101 | 111101 | 0 | 100101 | 11100011 | 111111 | 100111 |
Color Harmonies of #253FA1
Complementary color
Monochromatic Colors of #253FA1
Black with #253FA1
Text Example
Text Example
White with #253FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FA1; }
p { color: rgb(37,63,161); }
H1.HeaderClassName
{
color: #253FA1;
}
.AnyTagClassName
{
color: #253FA1;
}
</style>
background-color css
<style>
a { background-color: #253FA1; }
a { background-color: rgb(37,63,161); }
div.DivClassName
{
background-color: #253FA1;
}
.BgClassName
{
background-color: #253FA1;
}
</style>
border-color css
<style>
span { border-color: #253FA1; }
span { border-color: rgb(37,63,161); }
td.TdClassName
{
border-color: #253FA1;
}
.TagClassName
{
border-color: #253FA1;
}
</style>