Shades of Egyptian Blue #27409D
Tints of Egyptian Blue #27409D
RGB
CMYK
RGB Variations
Color information
#27409D (or 0x27409D) is known color: Egyptian Blue. HEX triplet: 27, 40 and 9D. RGB value is (39,64,157). Sum of RGB (Red+Green+Blue) = 39+64+157=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #27409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27409D is #D8BF62. Grayscale: #424242. Windows color (decimal): -14204771 or 10305575. OLE color: 10305575.
HSL color Cylindrical-coordinate representation of color #27409D: hue angle of 227.29º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27409D is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 64 | 157 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.38 |
| HSL | 227.29º | 0.6% | 0.38% | - |
| HSV(B) | 227.29º | 0.75% | 0.62% | - |
| XYZ | 8.76 | 6.53 | 32.7 | - |
| YUV | 67.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 157 | 0.75 | 0.59 | 0 | 0.38 | 227.29 | 0.6 | 0.38 |
| Hex | 27 | 40 | 9D | 4B | 3B | 0 | 26 | E3 | 3C | 26 |
| Octal | 47 | 100 | 235 | 113 | 73 | 0 | 46 | 343 | 74 | 46 |
| Binary | 100111 | 1000000 | 10011101 | 1001011 | 111011 | 0 | 100110 | 11100011 | 111100 | 100110 |
Color Harmonies of #27409D
Complementary color
Monochromatic Colors of #27409D
Black with #27409D
Text Example
Text Example
White with #27409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27409D; }
p { color: rgb(39,64,157); }
H1.HeaderClassName
{
color: #27409D;
}
.AnyTagClassName
{
color: #27409D;
}
</style>
background-color css
<style>
a { background-color: #27409D; }
a { background-color: rgb(39,64,157); }
div.DivClassName
{
background-color: #27409D;
}
.BgClassName
{
background-color: #27409D;
}
</style>
border-color css
<style>
span { border-color: #27409D; }
span { border-color: rgb(39,64,157); }
td.TdClassName
{
border-color: #27409D;
}
.TagClassName
{
border-color: #27409D;
}
</style>