Shades of Egyptian Blue #27329C
Tints of Egyptian Blue #27329C
RGB
CMYK
RGB Variations
Color information
#27329C (or 0x27329C) is known color: Egyptian Blue. HEX triplet: 27, 32 and 9C. RGB value is (39,50,156). Sum of RGB (Red+Green+Blue) = 39+50+156=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #27329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27329C is #D8CD63. Grayscale: #3A3A3A. Windows color (decimal): -14208356 or 10236455. OLE color: 10236455.
HSL color Cylindrical-coordinate representation of color #27329C: hue angle of 234.36º 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 #27329C is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 50 | 156 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.39 |
| HSL | 234.36º | 0.6% | 0.38% | - |
| HSV(B) | 234.36º | 0.75% | 0.61% | - |
| XYZ | 7.98 | 5.11 | 32.02 | - |
| YUV | 58.8 | 182.86 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 156 | 0.75 | 0.68 | 0 | 0.39 | 234.36 | 0.6 | 0.38 |
| Hex | 27 | 32 | 9C | 4B | 44 | 0 | 27 | EA | 3C | 26 |
| Octal | 47 | 62 | 234 | 113 | 104 | 0 | 47 | 352 | 74 | 46 |
| Binary | 100111 | 110010 | 10011100 | 1001011 | 1000100 | 0 | 100111 | 11101010 | 111100 | 100110 |
Color Harmonies of #27329C
Complementary color
Monochromatic Colors of #27329C
Black with #27329C
Text Example
Text Example
White with #27329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27329C; }
p { color: rgb(39,50,156); }
H1.HeaderClassName
{
color: #27329C;
}
.AnyTagClassName
{
color: #27329C;
}
</style>
background-color css
<style>
a { background-color: #27329C; }
a { background-color: rgb(39,50,156); }
div.DivClassName
{
background-color: #27329C;
}
.BgClassName
{
background-color: #27329C;
}
</style>
border-color css
<style>
span { border-color: #27329C; }
span { border-color: rgb(39,50,156); }
td.TdClassName
{
border-color: #27329C;
}
.TagClassName
{
border-color: #27329C;
}
</style>