Shades of Egyptian Blue #27329F
Tints of Egyptian Blue #27329F
RGB
CMYK
RGB Variations
Color information
#27329F (or 0x27329F) is known color: Egyptian Blue. HEX triplet: 27, 32 and 9F. RGB value is (39,50,159). Sum of RGB (Red+Green+Blue) = 39+50+159=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #27329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27329F is #D8CD60. Grayscale: #3A3A3A. Windows color (decimal): -14208353 or 10433063. OLE color: 10433063.
HSL color Cylindrical-coordinate representation of color #27329F: hue angle of 234.5º degrees, saturation: 0.61, 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 #27329F is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 50 | 159 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.38 |
| HSL | 234.5º | 0.61% | 0.39% | - |
| HSV(B) | 234.5º | 0.75% | 0.62% | - |
| XYZ | 8.24 | 5.22 | 33.37 | - |
| YUV | 59.14 | 184.36 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 159 | 0.75 | 0.69 | 0 | 0.38 | 234.5 | 0.61 | 0.39 |
| Hex | 27 | 32 | 9F | 4B | 45 | 0 | 26 | EA | 3D | 27 |
| Octal | 47 | 62 | 237 | 113 | 105 | 0 | 46 | 352 | 75 | 47 |
| Binary | 100111 | 110010 | 10011111 | 1001011 | 1000101 | 0 | 100110 | 11101010 | 111101 | 100111 |
Color Harmonies of #27329F
Complementary color
Monochromatic Colors of #27329F
Black with #27329F
Text Example
Text Example
White with #27329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27329F; }
p { color: rgb(39,50,159); }
H1.HeaderClassName
{
color: #27329F;
}
.AnyTagClassName
{
color: #27329F;
}
</style>
background-color css
<style>
a { background-color: #27329F; }
a { background-color: rgb(39,50,159); }
div.DivClassName
{
background-color: #27329F;
}
.BgClassName
{
background-color: #27329F;
}
</style>
border-color css
<style>
span { border-color: #27329F; }
span { border-color: rgb(39,50,159); }
td.TdClassName
{
border-color: #27329F;
}
.TagClassName
{
border-color: #27329F;
}
</style>