Shades of Egyptian Blue #25389B
Tints of Egyptian Blue #25389B
RGB
CMYK
RGB Variations
Color information
#25389B (or 0x25389B) is known color: Egyptian Blue. HEX triplet: 25, 38 and 9B. RGB value is (37,56,155). Sum of RGB (Red+Green+Blue) = 37+56+155=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #25389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25389B is #DAC764. Grayscale: #3D3D3D. Windows color (decimal): -14337893 or 10172453. OLE color: 10172453.
HSL color Cylindrical-coordinate representation of color #25389B: hue angle of 230.34º degrees, saturation: 0.61, 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 #25389B is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 56 | 155 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.39 |
| HSL | 230.34º | 0.61% | 0.38% | - |
| HSV(B) | 230.34º | 0.76% | 0.61% | - |
| XYZ | 8.09 | 5.59 | 31.66 | - |
| YUV | 61.61 | 180.71 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 155 | 0.76 | 0.64 | 0 | 0.39 | 230.34 | 0.61 | 0.38 |
| Hex | 25 | 38 | 9B | 4C | 40 | 0 | 27 | E6 | 3D | 26 |
| Octal | 45 | 70 | 233 | 114 | 100 | 0 | 47 | 346 | 75 | 46 |
| Binary | 100101 | 111000 | 10011011 | 1001100 | 1000000 | 0 | 100111 | 11100110 | 111101 | 100110 |
Color Harmonies of #25389B
Complementary color
Monochromatic Colors of #25389B
Black with #25389B
Text Example
Text Example
White with #25389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25389B; }
p { color: rgb(37,56,155); }
H1.HeaderClassName
{
color: #25389B;
}
.AnyTagClassName
{
color: #25389B;
}
</style>
background-color css
<style>
a { background-color: #25389B; }
a { background-color: rgb(37,56,155); }
div.DivClassName
{
background-color: #25389B;
}
.BgClassName
{
background-color: #25389B;
}
</style>
border-color css
<style>
span { border-color: #25389B; }
span { border-color: rgb(37,56,155); }
td.TdClassName
{
border-color: #25389B;
}
.TagClassName
{
border-color: #25389B;
}
</style>