Shades of Egyptian Blue #25369E
Tints of Egyptian Blue #25369E
RGB
CMYK
RGB Variations
Color information
#25369E (or 0x25369E) is known color: Egyptian Blue. HEX triplet: 25, 36 and 9E. RGB value is (37,54,158). Sum of RGB (Red+Green+Blue) = 37+54+158=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #25369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25369E is #DAC961. Grayscale: #3C3C3C. Windows color (decimal): -14338402 or 10368549. OLE color: 10368549.
HSL color Cylindrical-coordinate representation of color #25369E: hue angle of 231.57º 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 #25369E is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 54 | 158 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.38 |
| HSL | 231.57º | 0.62% | 0.38% | - |
| HSV(B) | 231.57º | 0.77% | 0.62% | - |
| XYZ | 8.25 | 5.5 | 32.97 | - |
| YUV | 60.77 | 182.87 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 158 | 0.77 | 0.66 | 0 | 0.38 | 231.57 | 0.62 | 0.38 |
| Hex | 25 | 36 | 9E | 4D | 42 | 0 | 26 | E8 | 3E | 26 |
| Octal | 45 | 66 | 236 | 115 | 102 | 0 | 46 | 350 | 76 | 46 |
| Binary | 100101 | 110110 | 10011110 | 1001101 | 1000010 | 0 | 100110 | 11101000 | 111110 | 100110 |
Color Harmonies of #25369E
Complementary color
Monochromatic Colors of #25369E
Black with #25369E
Text Example
Text Example
White with #25369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25369E; }
p { color: rgb(37,54,158); }
H1.HeaderClassName
{
color: #25369E;
}
.AnyTagClassName
{
color: #25369E;
}
</style>
background-color css
<style>
a { background-color: #25369E; }
a { background-color: rgb(37,54,158); }
div.DivClassName
{
background-color: #25369E;
}
.BgClassName
{
background-color: #25369E;
}
</style>
border-color css
<style>
span { border-color: #25369E; }
span { border-color: rgb(37,54,158); }
td.TdClassName
{
border-color: #25369E;
}
.TagClassName
{
border-color: #25369E;
}
</style>