Shades of Egyptian Blue #27359C
Tints of Egyptian Blue #27359C
RGB
CMYK
RGB Variations
Color information
#27359C (or 0x27359C) is known color: Egyptian Blue. HEX triplet: 27, 35 and 9C. RGB value is (39,53,156). Sum of RGB (Red+Green+Blue) = 39+53+156=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #27359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27359C is #D8CA63. Grayscale: #3C3C3C. Windows color (decimal): -14207588 or 10237223. OLE color: 10237223.
HSL color Cylindrical-coordinate representation of color #27359C: hue angle of 232.82º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27359C is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 53 | 156 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.39 |
| HSL | 232.82º | 0.6% | 0.38% | - |
| HSV(B) | 232.82º | 0.75% | 0.61% | - |
| XYZ | 8.11 | 5.38 | 32.06 | - |
| YUV | 60.56 | 181.86 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 156 | 0.75 | 0.66 | 0 | 0.39 | 232.82 | 0.6 | 0.38 |
| Hex | 27 | 35 | 9C | 4B | 42 | 0 | 27 | E9 | 3C | 26 |
| Octal | 47 | 65 | 234 | 113 | 102 | 0 | 47 | 351 | 74 | 46 |
| Binary | 100111 | 110101 | 10011100 | 1001011 | 1000010 | 0 | 100111 | 11101001 | 111100 | 100110 |
Color Harmonies of #27359C
Complementary color
Monochromatic Colors of #27359C
Black with #27359C
Text Example
Text Example
White with #27359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27359C; }
p { color: rgb(39,53,156); }
H1.HeaderClassName
{
color: #27359C;
}
.AnyTagClassName
{
color: #27359C;
}
</style>
background-color css
<style>
a { background-color: #27359C; }
a { background-color: rgb(39,53,156); }
div.DivClassName
{
background-color: #27359C;
}
.BgClassName
{
background-color: #27359C;
}
</style>
border-color css
<style>
span { border-color: #27359C; }
span { border-color: rgb(39,53,156); }
td.TdClassName
{
border-color: #27359C;
}
.TagClassName
{
border-color: #27359C;
}
</style>