Shades of Egyptian Blue #25389F
Tints of Egyptian Blue #25389F
RGB
CMYK
RGB Variations
Color information
#25389F (or 0x25389F) is known color: Egyptian Blue. HEX triplet: 25, 38 and 9F. RGB value is (37,56,159). Sum of RGB (Red+Green+Blue) = 37+56+159=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #25389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25389F is #DAC760. Grayscale: #3D3D3D. Windows color (decimal): -14337889 or 10434597. OLE color: 10434597.
HSL color Cylindrical-coordinate representation of color #25389F: hue angle of 230.66º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25389F is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 56 | 159 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.38 |
| HSL | 230.66º | 0.62% | 0.38% | - |
| HSV(B) | 230.66º | 0.77% | 0.62% | - |
| XYZ | 8.44 | 5.72 | 33.46 | - |
| YUV | 62.06 | 182.71 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 159 | 0.77 | 0.65 | 0 | 0.38 | 230.66 | 0.62 | 0.38 |
| Hex | 25 | 38 | 9F | 4D | 41 | 0 | 26 | E7 | 3E | 26 |
| Octal | 45 | 70 | 237 | 115 | 101 | 0 | 46 | 347 | 76 | 46 |
| Binary | 100101 | 111000 | 10011111 | 1001101 | 1000001 | 0 | 100110 | 11100111 | 111110 | 100110 |
Color Harmonies of #25389F
Complementary color
Monochromatic Colors of #25389F
Black with #25389F
Text Example
Text Example
White with #25389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25389F; }
p { color: rgb(37,56,159); }
H1.HeaderClassName
{
color: #25389F;
}
.AnyTagClassName
{
color: #25389F;
}
</style>
background-color css
<style>
a { background-color: #25389F; }
a { background-color: rgb(37,56,159); }
div.DivClassName
{
background-color: #25389F;
}
.BgClassName
{
background-color: #25389F;
}
</style>
border-color css
<style>
span { border-color: #25389F; }
span { border-color: rgb(37,56,159); }
td.TdClassName
{
border-color: #25389F;
}
.TagClassName
{
border-color: #25389F;
}
</style>