Shades of Egyptian Blue #27349C
Tints of Egyptian Blue #27349C
RGB
CMYK
RGB Variations
Color information
#27349C (or 0x27349C) is known color: Egyptian Blue. HEX triplet: 27, 34 and 9C. RGB value is (39,52,156). Sum of RGB (Red+Green+Blue) = 39+52+156=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #27349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27349C is #D8CB63. Grayscale: #3B3B3B. Windows color (decimal): -14207844 or 10236967. OLE color: 10236967.
HSL color Cylindrical-coordinate representation of color #27349C: hue angle of 233.33º 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 #27349C is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 52 | 156 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.39 |
| HSL | 233.33º | 0.6% | 0.38% | - |
| HSV(B) | 233.33º | 0.75% | 0.61% | - |
| XYZ | 8.07 | 5.29 | 32.05 | - |
| YUV | 59.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 52 | 156 | 0.75 | 0.67 | 0 | 0.39 | 233.33 | 0.6 | 0.38 |
| Hex | 27 | 34 | 9C | 4B | 43 | 0 | 27 | E9 | 3C | 26 |
| Octal | 47 | 64 | 234 | 113 | 103 | 0 | 47 | 351 | 74 | 46 |
| Binary | 100111 | 110100 | 10011100 | 1001011 | 1000011 | 0 | 100111 | 11101001 | 111100 | 100110 |
Color Harmonies of #27349C
Complementary color
Monochromatic Colors of #27349C
Black with #27349C
Text Example
Text Example
White with #27349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27349C; }
p { color: rgb(39,52,156); }
H1.HeaderClassName
{
color: #27349C;
}
.AnyTagClassName
{
color: #27349C;
}
</style>
background-color css
<style>
a { background-color: #27349C; }
a { background-color: rgb(39,52,156); }
div.DivClassName
{
background-color: #27349C;
}
.BgClassName
{
background-color: #27349C;
}
</style>
border-color css
<style>
span { border-color: #27349C; }
span { border-color: rgb(39,52,156); }
td.TdClassName
{
border-color: #27349C;
}
.TagClassName
{
border-color: #27349C;
}
</style>