Shades of Egyptian Blue #273A9A
Tints of Egyptian Blue #273A9A
RGB
CMYK
RGB Variations
Color information
#273A9A (or 0x273A9A) is known color: Egyptian Blue. HEX triplet: 27, 3A and 9A. RGB value is (39,58,154). Sum of RGB (Red+Green+Blue) = 39+58+154=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #273A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273A9A is #D8C565. Grayscale: #3E3E3E. Windows color (decimal): -14206310 or 10107431. OLE color: 10107431.
HSL color Cylindrical-coordinate representation of color #273A9A: hue angle of 230.09º 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 #273A9A is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 58 | 154 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.40 |
| HSL | 230.09º | 0.6% | 0.38% | - |
| HSV(B) | 230.09º | 0.75% | 0.6% | - |
| XYZ | 8.18 | 5.79 | 31.26 | - |
| YUV | 63.26 | 179.21 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 154 | 0.75 | 0.62 | 0 | 0.40 | 230.09 | 0.6 | 0.38 |
| Hex | 27 | 3A | 9A | 4B | 3E | 0 | 28 | E6 | 3C | 26 |
| Octal | 47 | 72 | 232 | 113 | 76 | 0 | 50 | 346 | 74 | 46 |
| Binary | 100111 | 111010 | 10011010 | 1001011 | 111110 | 0 | 101000 | 11100110 | 111100 | 100110 |
Color Harmonies of #273A9A
Complementary color
Monochromatic Colors of #273A9A
Black with #273A9A
Text Example
Text Example
White with #273A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A9A; }
p { color: rgb(39,58,154); }
H1.HeaderClassName
{
color: #273A9A;
}
.AnyTagClassName
{
color: #273A9A;
}
</style>
background-color css
<style>
a { background-color: #273A9A; }
a { background-color: rgb(39,58,154); }
div.DivClassName
{
background-color: #273A9A;
}
.BgClassName
{
background-color: #273A9A;
}
</style>
border-color css
<style>
span { border-color: #273A9A; }
span { border-color: rgb(39,58,154); }
td.TdClassName
{
border-color: #273A9A;
}
.TagClassName
{
border-color: #273A9A;
}
</style>