Shades of Egyptian Blue #27359E
Tints of Egyptian Blue #27359E
RGB
CMYK
RGB Variations
Color information
#27359E (or 0x27359E) is known color: Egyptian Blue. HEX triplet: 27, 35 and 9E. RGB value is (39,53,158). Sum of RGB (Red+Green+Blue) = 39+53+158=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #27359E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27359E is #D8CA61. Grayscale: #3C3C3C. Windows color (decimal): -14207586 or 10368295. OLE color: 10368295.
HSL color Cylindrical-coordinate representation of color #27359E: hue angle of 232.94º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27359E is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 53 | 158 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.38 |
| HSL | 232.94º | 0.6% | 0.39% | - |
| HSV(B) | 232.94º | 0.75% | 0.62% | - |
| XYZ | 8.28 | 5.45 | 32.96 | - |
| YUV | 60.78 | 182.86 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 158 | 0.75 | 0.66 | 0 | 0.38 | 232.94 | 0.6 | 0.39 |
| Hex | 27 | 35 | 9E | 4B | 42 | 0 | 26 | E9 | 3C | 27 |
| Octal | 47 | 65 | 236 | 113 | 102 | 0 | 46 | 351 | 74 | 47 |
| Binary | 100111 | 110101 | 10011110 | 1001011 | 1000010 | 0 | 100110 | 11101001 | 111100 | 100111 |
Color Harmonies of #27359E
Complementary color
Monochromatic Colors of #27359E
Black with #27359E
Text Example
Text Example
White with #27359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27359E; }
p { color: rgb(39,53,158); }
H1.HeaderClassName
{
color: #27359E;
}
.AnyTagClassName
{
color: #27359E;
}
</style>
background-color css
<style>
a { background-color: #27359E; }
a { background-color: rgb(39,53,158); }
div.DivClassName
{
background-color: #27359E;
}
.BgClassName
{
background-color: #27359E;
}
</style>
border-color css
<style>
span { border-color: #27359E; }
span { border-color: rgb(39,53,158); }
td.TdClassName
{
border-color: #27359E;
}
.TagClassName
{
border-color: #27359E;
}
</style>