Shades of Egyptian Blue #25329B
Tints of Egyptian Blue #25329B
RGB
CMYK
RGB Variations
Color information
#25329B (or 0x25329B) is known color: Egyptian Blue. HEX triplet: 25, 32 and 9B. RGB value is (37,50,155). Sum of RGB (Red+Green+Blue) = 37+50+155=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #25329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25329B is #DACD64. Grayscale: #393939. Windows color (decimal): -14339429 or 10170917. OLE color: 10170917.
HSL color Cylindrical-coordinate representation of color #25329B: hue angle of 233.39º degrees, saturation: 0.61, 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 #25329B is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 50 | 155 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.39 |
| HSL | 233.39º | 0.61% | 0.38% | - |
| HSV(B) | 233.39º | 0.76% | 0.61% | - |
| XYZ | 7.82 | 5.04 | 31.57 | - |
| YUV | 58.08 | 182.69 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 155 | 0.76 | 0.68 | 0 | 0.39 | 233.39 | 0.61 | 0.38 |
| Hex | 25 | 32 | 9B | 4C | 44 | 0 | 27 | E9 | 3D | 26 |
| Octal | 45 | 62 | 233 | 114 | 104 | 0 | 47 | 351 | 75 | 46 |
| Binary | 100101 | 110010 | 10011011 | 1001100 | 1000100 | 0 | 100111 | 11101001 | 111101 | 100110 |
Color Harmonies of #25329B
Complementary color
Monochromatic Colors of #25329B
Black with #25329B
Text Example
Text Example
White with #25329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25329B; }
p { color: rgb(37,50,155); }
H1.HeaderClassName
{
color: #25329B;
}
.AnyTagClassName
{
color: #25329B;
}
</style>
background-color css
<style>
a { background-color: #25329B; }
a { background-color: rgb(37,50,155); }
div.DivClassName
{
background-color: #25329B;
}
.BgClassName
{
background-color: #25329B;
}
</style>
border-color css
<style>
span { border-color: #25329B; }
span { border-color: rgb(37,50,155); }
td.TdClassName
{
border-color: #25329B;
}
.TagClassName
{
border-color: #25329B;
}
</style>