Shades of Egyptian Blue #273B9A
Tints of Egyptian Blue #273B9A
RGB
CMYK
RGB Variations
Color information
#273B9A (or 0x273B9A) is known color: Egyptian Blue. HEX triplet: 27, 3B and 9A. RGB value is (39,59,154). Sum of RGB (Red+Green+Blue) = 39+59+154=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #273B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273B9A is #D8C465. Grayscale: #3F3F3F. Windows color (decimal): -14206054 or 10107687. OLE color: 10107687.
HSL color Cylindrical-coordinate representation of color #273B9A: hue angle of 229.57º 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 #273B9A is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 59 | 154 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.40 |
| HSL | 229.57º | 0.6% | 0.38% | - |
| HSV(B) | 229.57º | 0.75% | 0.6% | - |
| XYZ | 8.23 | 5.89 | 31.28 | - |
| YUV | 63.85 | 178.87 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 154 | 0.75 | 0.62 | 0 | 0.40 | 229.57 | 0.6 | 0.38 |
| Hex | 27 | 3B | 9A | 4B | 3E | 0 | 28 | E6 | 3C | 26 |
| Octal | 47 | 73 | 232 | 113 | 76 | 0 | 50 | 346 | 74 | 46 |
| Binary | 100111 | 111011 | 10011010 | 1001011 | 111110 | 0 | 101000 | 11100110 | 111100 | 100110 |
Color Harmonies of #273B9A
Complementary color
Monochromatic Colors of #273B9A
Black with #273B9A
Text Example
Text Example
White with #273B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B9A; }
p { color: rgb(39,59,154); }
H1.HeaderClassName
{
color: #273B9A;
}
.AnyTagClassName
{
color: #273B9A;
}
</style>
background-color css
<style>
a { background-color: #273B9A; }
a { background-color: rgb(39,59,154); }
div.DivClassName
{
background-color: #273B9A;
}
.BgClassName
{
background-color: #273B9A;
}
</style>
border-color css
<style>
span { border-color: #273B9A; }
span { border-color: rgb(39,59,154); }
td.TdClassName
{
border-color: #273B9A;
}
.TagClassName
{
border-color: #273B9A;
}
</style>