Shades of Egyptian Blue #27309A
Tints of Egyptian Blue #27309A
RGB
CMYK
RGB Variations
Color information
#27309A (or 0x27309A) is known color: Egyptian Blue. HEX triplet: 27, 30 and 9A. RGB value is (39,48,154). Sum of RGB (Red+Green+Blue) = 39+48+154=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #27309A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27309A is #D8CF65. Grayscale: #383838. Windows color (decimal): -14208870 or 10104871. OLE color: 10104871.
HSL color Cylindrical-coordinate representation of color #27309A: hue angle of 235.3º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27309A is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 48 | 154 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.40 |
| HSL | 235.3º | 0.6% | 0.38% | - |
| HSV(B) | 235.3º | 0.75% | 0.6% | - |
| XYZ | 7.73 | 4.88 | 31.11 | - |
| YUV | 57.39 | 182.52 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 154 | 0.75 | 0.69 | 0 | 0.40 | 235.3 | 0.6 | 0.38 |
| Hex | 27 | 30 | 9A | 4B | 45 | 0 | 28 | EB | 3C | 26 |
| Octal | 47 | 60 | 232 | 113 | 105 | 0 | 50 | 353 | 74 | 46 |
| Binary | 100111 | 110000 | 10011010 | 1001011 | 1000101 | 0 | 101000 | 11101011 | 111100 | 100110 |
Color Harmonies of #27309A
Complementary color
Monochromatic Colors of #27309A
Black with #27309A
Text Example
Text Example
White with #27309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27309A; }
p { color: rgb(39,48,154); }
H1.HeaderClassName
{
color: #27309A;
}
.AnyTagClassName
{
color: #27309A;
}
</style>
background-color css
<style>
a { background-color: #27309A; }
a { background-color: rgb(39,48,154); }
div.DivClassName
{
background-color: #27309A;
}
.BgClassName
{
background-color: #27309A;
}
</style>
border-color css
<style>
span { border-color: #27309A; }
span { border-color: rgb(39,48,154); }
td.TdClassName
{
border-color: #27309A;
}
.TagClassName
{
border-color: #27309A;
}
</style>