Shades of Egyptian Blue #25429C
Tints of Egyptian Blue #25429C
RGB
CMYK
RGB Variations
Color information
#25429C (or 0x25429C) is known color: Egyptian Blue. HEX triplet: 25, 42 and 9C. RGB value is (37,66,156). Sum of RGB (Red+Green+Blue) = 37+66+156=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #25429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25429C is #DABD63. Grayscale: #434343. Windows color (decimal): -14335332 or 10240549. OLE color: 10240549.
HSL color Cylindrical-coordinate representation of color #25429C: hue angle of 225.38º 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 #25429C is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 66 | 156 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.39 |
| HSL | 225.38º | 0.62% | 0.38% | - |
| HSV(B) | 225.38º | 0.76% | 0.61% | - |
| XYZ | 8.71 | 6.69 | 32.28 | - |
| YUV | 67.59 | 177.89 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 156 | 0.76 | 0.58 | 0 | 0.39 | 225.38 | 0.62 | 0.38 |
| Hex | 25 | 42 | 9C | 4C | 3A | 0 | 27 | E1 | 3E | 26 |
| Octal | 45 | 102 | 234 | 114 | 72 | 0 | 47 | 341 | 76 | 46 |
| Binary | 100101 | 1000010 | 10011100 | 1001100 | 111010 | 0 | 100111 | 11100001 | 111110 | 100110 |
Color Harmonies of #25429C
Complementary color
Monochromatic Colors of #25429C
Black with #25429C
Text Example
Text Example
White with #25429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25429C; }
p { color: rgb(37,66,156); }
H1.HeaderClassName
{
color: #25429C;
}
.AnyTagClassName
{
color: #25429C;
}
</style>
background-color css
<style>
a { background-color: #25429C; }
a { background-color: rgb(37,66,156); }
div.DivClassName
{
background-color: #25429C;
}
.BgClassName
{
background-color: #25429C;
}
</style>
border-color css
<style>
span { border-color: #25429C; }
span { border-color: rgb(37,66,156); }
td.TdClassName
{
border-color: #25429C;
}
.TagClassName
{
border-color: #25429C;
}
</style>