Shades of Egyptian Blue #25279C
Tints of Egyptian Blue #25279C
RGB
CMYK
RGB Variations
Color information
#25279C (or 0x25279C) is known color: Egyptian Blue. HEX triplet: 25, 27 and 9C. RGB value is (37,39,156). Sum of RGB (Red+Green+Blue) = 37+39+156=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #25279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25279C is #DAD863. Grayscale: #333333. Windows color (decimal): -14342244 or 10233637. OLE color: 10233637.
HSL color Cylindrical-coordinate representation of color #25279C: hue angle of 238.99º 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 #25279C is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 39 | 156 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.39 |
| HSL | 238.99º | 0.62% | 0.38% | - |
| HSV(B) | 238.99º | 0.76% | 0.61% | - |
| XYZ | 7.49 | 4.24 | 31.88 | - |
| YUV | 51.74 | 186.84 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 39 | 156 | 0.76 | 0.75 | 0 | 0.39 | 238.99 | 0.62 | 0.38 |
| Hex | 25 | 27 | 9C | 4C | 4B | 0 | 27 | EF | 3E | 26 |
| Octal | 45 | 47 | 234 | 114 | 113 | 0 | 47 | 357 | 76 | 46 |
| Binary | 100101 | 100111 | 10011100 | 1001100 | 1001011 | 0 | 100111 | 11101111 | 111110 | 100110 |
Color Harmonies of #25279C
Complementary color
Monochromatic Colors of #25279C
Black with #25279C
Text Example
Text Example
White with #25279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25279C; }
p { color: rgb(37,39,156); }
H1.HeaderClassName
{
color: #25279C;
}
.AnyTagClassName
{
color: #25279C;
}
</style>
background-color css
<style>
a { background-color: #25279C; }
a { background-color: rgb(37,39,156); }
div.DivClassName
{
background-color: #25279C;
}
.BgClassName
{
background-color: #25279C;
}
</style>
border-color css
<style>
span { border-color: #25279C; }
span { border-color: rgb(37,39,156); }
td.TdClassName
{
border-color: #25279C;
}
.TagClassName
{
border-color: #25279C;
}
</style>