Shades of Egyptian Blue #25359C
Tints of Egyptian Blue #25359C
RGB
CMYK
RGB Variations
Color information
#25359C (or 0x25359C) is known color: Egyptian Blue. HEX triplet: 25, 35 and 9C. RGB value is (37,53,156). Sum of RGB (Red+Green+Blue) = 37+53+156=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #25359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25359C is #DACA63. Grayscale: #3B3B3B. Windows color (decimal): -14338660 or 10237221. OLE color: 10237221.
HSL color Cylindrical-coordinate representation of color #25359C: hue angle of 231.93º 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 #25359C is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 53 | 156 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.39 |
| HSL | 231.93º | 0.62% | 0.38% | - |
| HSV(B) | 231.93º | 0.76% | 0.61% | - |
| XYZ | 8.04 | 5.34 | 32.06 | - |
| YUV | 59.96 | 182.2 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 156 | 0.76 | 0.66 | 0 | 0.39 | 231.93 | 0.62 | 0.38 |
| Hex | 25 | 35 | 9C | 4C | 42 | 0 | 27 | E8 | 3E | 26 |
| Octal | 45 | 65 | 234 | 114 | 102 | 0 | 47 | 350 | 76 | 46 |
| Binary | 100101 | 110101 | 10011100 | 1001100 | 1000010 | 0 | 100111 | 11101000 | 111110 | 100110 |
Color Harmonies of #25359C
Complementary color
Monochromatic Colors of #25359C
Black with #25359C
Text Example
Text Example
White with #25359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25359C; }
p { color: rgb(37,53,156); }
H1.HeaderClassName
{
color: #25359C;
}
.AnyTagClassName
{
color: #25359C;
}
</style>
background-color css
<style>
a { background-color: #25359C; }
a { background-color: rgb(37,53,156); }
div.DivClassName
{
background-color: #25359C;
}
.BgClassName
{
background-color: #25359C;
}
</style>
border-color css
<style>
span { border-color: #25359C; }
span { border-color: rgb(37,53,156); }
td.TdClassName
{
border-color: #25359C;
}
.TagClassName
{
border-color: #25359C;
}
</style>