Shades of Egyptian Blue #25329A
Tints of Egyptian Blue #25329A
RGB
CMYK
RGB Variations
Color information
#25329A (or 0x25329A) is known color: Egyptian Blue. HEX triplet: 25, 32 and 9A. RGB value is (37,50,154). Sum of RGB (Red+Green+Blue) = 37+50+154=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #25329A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25329A is #DACD65. Grayscale: #393939. Windows color (decimal): -14339430 or 10105381. OLE color: 10105381.
HSL color Cylindrical-coordinate representation of color #25329A: hue angle of 233.33º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25329A is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 50 | 154 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.40 |
| HSL | 233.33º | 0.61% | 0.37% | - |
| HSV(B) | 233.33º | 0.76% | 0.6% | - |
| XYZ | 7.74 | 5.01 | 31.13 | - |
| YUV | 57.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 154 | 0.76 | 0.68 | 0 | 0.40 | 233.33 | 0.61 | 0.37 |
| Hex | 25 | 32 | 9A | 4C | 44 | 0 | 28 | E9 | 3D | 25 |
| Octal | 45 | 62 | 232 | 114 | 104 | 0 | 50 | 351 | 75 | 45 |
| Binary | 100101 | 110010 | 10011010 | 1001100 | 1000100 | 0 | 101000 | 11101001 | 111101 | 100101 |
Color Harmonies of #25329A
Complementary color
Monochromatic Colors of #25329A
Black with #25329A
Text Example
Text Example
White with #25329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25329A; }
p { color: rgb(37,50,154); }
H1.HeaderClassName
{
color: #25329A;
}
.AnyTagClassName
{
color: #25329A;
}
</style>
background-color css
<style>
a { background-color: #25329A; }
a { background-color: rgb(37,50,154); }
div.DivClassName
{
background-color: #25329A;
}
.BgClassName
{
background-color: #25329A;
}
</style>
border-color css
<style>
span { border-color: #25329A; }
span { border-color: rgb(37,50,154); }
td.TdClassName
{
border-color: #25329A;
}
.TagClassName
{
border-color: #25329A;
}
</style>