Shades of Egyptian Blue #253FA4
Tints of Egyptian Blue #253FA4
RGB
CMYK
RGB Variations
Color information
#253FA4 (or 0x253FA4) is known color: Egyptian Blue. HEX triplet: 25, 3F and A4. RGB value is (37,63,164). Sum of RGB (Red+Green+Blue) = 37+63+164=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 164 (64.45% from 255 or 62.12% from 264); Max value from RGB is 164 - color contains mainly: blue. Hex color #253FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253FA4 is #DAC05B. Grayscale: #424242. Windows color (decimal): -14336092 or 10764069. OLE color: 10764069.
HSL color Cylindrical-coordinate representation of color #253FA4: hue angle of 227.72º 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 #253FA4 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 63 | 164 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.36 |
| HSL | 227.72º | 0.63% | 0.39% | - |
| HSV(B) | 227.72º | 0.77% | 0.64% | - |
| XYZ | 9.24 | 6.63 | 35.91 | - |
| YUV | 66.74 | 182.89 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 164 | 0.77 | 0.62 | 0 | 0.36 | 227.72 | 0.63 | 0.39 |
| Hex | 25 | 3F | A4 | 4D | 3E | 0 | 24 | E4 | 3F | 27 |
| Octal | 45 | 77 | 244 | 115 | 76 | 0 | 44 | 344 | 77 | 47 |
| Binary | 100101 | 111111 | 10100100 | 1001101 | 111110 | 0 | 100100 | 11100100 | 111111 | 100111 |
Color Harmonies of #253FA4
Complementary color
Monochromatic Colors of #253FA4
Black with #253FA4
Text Example
Text Example
White with #253FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FA4; }
p { color: rgb(37,63,164); }
H1.HeaderClassName
{
color: #253FA4;
}
.AnyTagClassName
{
color: #253FA4;
}
</style>
background-color css
<style>
a { background-color: #253FA4; }
a { background-color: rgb(37,63,164); }
div.DivClassName
{
background-color: #253FA4;
}
.BgClassName
{
background-color: #253FA4;
}
</style>
border-color css
<style>
span { border-color: #253FA4; }
span { border-color: rgb(37,63,164); }
td.TdClassName
{
border-color: #253FA4;
}
.TagClassName
{
border-color: #253FA4;
}
</style>