Shades of Egyptian Blue #27369F
Tints of Egyptian Blue #27369F
RGB
CMYK
RGB Variations
Color information
#27369F (or 0x27369F) is known color: Egyptian Blue. HEX triplet: 27, 36 and 9F. RGB value is (39,54,159). Sum of RGB (Red+Green+Blue) = 39+54+159=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #27369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27369F is #D8C960. Grayscale: #3D3D3D. Windows color (decimal): -14207329 or 10434087. OLE color: 10434087.
HSL color Cylindrical-coordinate representation of color #27369F: hue angle of 232.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 #27369F is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 54 | 159 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.38 |
| HSL | 232.5º | 0.61% | 0.39% | - |
| HSV(B) | 232.5º | 0.75% | 0.62% | - |
| XYZ | 8.41 | 5.57 | 33.43 | - |
| YUV | 61.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 159 | 0.75 | 0.66 | 0 | 0.38 | 232.5 | 0.61 | 0.39 |
| Hex | 27 | 36 | 9F | 4B | 42 | 0 | 26 | E8 | 3D | 27 |
| Octal | 47 | 66 | 237 | 113 | 102 | 0 | 46 | 350 | 75 | 47 |
| Binary | 100111 | 110110 | 10011111 | 1001011 | 1000010 | 0 | 100110 | 11101000 | 111101 | 100111 |
Color Harmonies of #27369F
Complementary color
Monochromatic Colors of #27369F
Black with #27369F
Text Example
Text Example
White with #27369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27369F; }
p { color: rgb(39,54,159); }
H1.HeaderClassName
{
color: #27369F;
}
.AnyTagClassName
{
color: #27369F;
}
</style>
background-color css
<style>
a { background-color: #27369F; }
a { background-color: rgb(39,54,159); }
div.DivClassName
{
background-color: #27369F;
}
.BgClassName
{
background-color: #27369F;
}
</style>
border-color css
<style>
span { border-color: #27369F; }
span { border-color: rgb(39,54,159); }
td.TdClassName
{
border-color: #27369F;
}
.TagClassName
{
border-color: #27369F;
}
</style>