Shades of Egyptian Blue #273393
Tints of Egyptian Blue #273393
RGB
CMYK
RGB Variations
Color information
#273393 (or 0x273393) is known color: Egyptian Blue. HEX triplet: 27, 33 and 93. RGB value is (39,51,147). Sum of RGB (Red+Green+Blue) = 39+51+147=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #273393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273393 is #D8CC6C. Grayscale: #393939. Windows color (decimal): -14208109 or 9646887. OLE color: 9646887.
HSL color Cylindrical-coordinate representation of color #273393: hue angle of 233.33º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #273393 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 51 | 147 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.42 |
| HSL | 233.33º | 0.58% | 0.36% | - |
| HSV(B) | 233.33º | 0.73% | 0.58% | - |
| XYZ | 7.29 | 4.91 | 28.17 | - |
| YUV | 58.36 | 178.02 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 147 | 0.73 | 0.65 | 0 | 0.42 | 233.33 | 0.58 | 0.36 |
| Hex | 27 | 33 | 93 | 49 | 41 | 0 | 2A | E9 | 3A | 24 |
| Octal | 47 | 63 | 223 | 111 | 101 | 0 | 52 | 351 | 72 | 44 |
| Binary | 100111 | 110011 | 10010011 | 1001001 | 1000001 | 0 | 101010 | 11101001 | 111010 | 100100 |
Color Harmonies of #273393
Complementary color
Monochromatic Colors of #273393
Black with #273393
Text Example
Text Example
White with #273393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273393; }
p { color: rgb(39,51,147); }
H1.HeaderClassName
{
color: #273393;
}
.AnyTagClassName
{
color: #273393;
}
</style>
background-color css
<style>
a { background-color: #273393; }
a { background-color: rgb(39,51,147); }
div.DivClassName
{
background-color: #273393;
}
.BgClassName
{
background-color: #273393;
}
</style>
border-color css
<style>
span { border-color: #273393; }
span { border-color: rgb(39,51,147); }
td.TdClassName
{
border-color: #273393;
}
.TagClassName
{
border-color: #273393;
}
</style>