Shades of Egyptian Blue #253C9C
Tints of Egyptian Blue #253C9C
RGB
CMYK
RGB Variations
Color information
#253C9C (or 0x253C9C) is known color: Egyptian Blue. HEX triplet: 25, 3C and 9C. RGB value is (37,60,156). Sum of RGB (Red+Green+Blue) = 37+60+156=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #253C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253C9C is #DAC363. Grayscale: #3F3F3F. Windows color (decimal): -14336868 or 10239013. OLE color: 10239013.
HSL color Cylindrical-coordinate representation of color #253C9C: hue angle of 228.4º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #253C9C is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 60 | 156 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.39 |
| HSL | 228.4º | 0.62% | 0.38% | - |
| HSV(B) | 228.4º | 0.76% | 0.61% | - |
| XYZ | 8.38 | 6.03 | 32.17 | - |
| YUV | 64.07 | 179.88 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 156 | 0.76 | 0.62 | 0 | 0.39 | 228.4 | 0.62 | 0.38 |
| Hex | 25 | 3C | 9C | 4C | 3E | 0 | 27 | E4 | 3E | 26 |
| Octal | 45 | 74 | 234 | 114 | 76 | 0 | 47 | 344 | 76 | 46 |
| Binary | 100101 | 111100 | 10011100 | 1001100 | 111110 | 0 | 100111 | 11100100 | 111110 | 100110 |
Color Harmonies of #253C9C
Complementary color
Monochromatic Colors of #253C9C
Black with #253C9C
Text Example
Text Example
White with #253C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C9C; }
p { color: rgb(37,60,156); }
H1.HeaderClassName
{
color: #253C9C;
}
.AnyTagClassName
{
color: #253C9C;
}
</style>
background-color css
<style>
a { background-color: #253C9C; }
a { background-color: rgb(37,60,156); }
div.DivClassName
{
background-color: #253C9C;
}
.BgClassName
{
background-color: #253C9C;
}
</style>
border-color css
<style>
span { border-color: #253C9C; }
span { border-color: rgb(37,60,156); }
td.TdClassName
{
border-color: #253C9C;
}
.TagClassName
{
border-color: #253C9C;
}
</style>