Shades of Egyptian Blue #27389F
Tints of Egyptian Blue #27389F
RGB
CMYK
RGB Variations
Color information
#27389F (or 0x27389F) is known color: Egyptian Blue. HEX triplet: 27, 38 and 9F. RGB value is (39,56,159). Sum of RGB (Red+Green+Blue) = 39+56+159=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #27389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27389F is #D8C760. Grayscale: #3E3E3E. Windows color (decimal): -14206817 or 10434599. OLE color: 10434599.
HSL color Cylindrical-coordinate representation of color #27389F: hue angle of 231.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 #27389F is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 56 | 159 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.38 |
| HSL | 231.5º | 0.61% | 0.39% | - |
| HSV(B) | 231.5º | 0.75% | 0.62% | - |
| XYZ | 8.51 | 5.76 | 33.46 | - |
| YUV | 62.66 | 182.37 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 159 | 0.75 | 0.65 | 0 | 0.38 | 231.5 | 0.61 | 0.39 |
| Hex | 27 | 38 | 9F | 4B | 41 | 0 | 26 | E8 | 3D | 27 |
| Octal | 47 | 70 | 237 | 113 | 101 | 0 | 46 | 350 | 75 | 47 |
| Binary | 100111 | 111000 | 10011111 | 1001011 | 1000001 | 0 | 100110 | 11101000 | 111101 | 100111 |
Color Harmonies of #27389F
Complementary color
Monochromatic Colors of #27389F
Black with #27389F
Text Example
Text Example
White with #27389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27389F; }
p { color: rgb(39,56,159); }
H1.HeaderClassName
{
color: #27389F;
}
.AnyTagClassName
{
color: #27389F;
}
</style>
background-color css
<style>
a { background-color: #27389F; }
a { background-color: rgb(39,56,159); }
div.DivClassName
{
background-color: #27389F;
}
.BgClassName
{
background-color: #27389F;
}
</style>
border-color css
<style>
span { border-color: #27389F; }
span { border-color: rgb(39,56,159); }
td.TdClassName
{
border-color: #27389F;
}
.TagClassName
{
border-color: #27389F;
}
</style>