Shades of Egyptian Blue #273AA3
Tints of Egyptian Blue #273AA3
RGB
CMYK
RGB Variations
Color information
#273AA3 (or 0x273AA3) is known color: Egyptian Blue. HEX triplet: 27, 3A and A3. RGB value is (39,58,163). Sum of RGB (Red+Green+Blue) = 39+58+163=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 163 (64.06% from 255 or 62.69% from 260); Max value from RGB is 163 - color contains mainly: blue. Hex color #273AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273AA3 is #D8C55C. Grayscale: #3F3F3F. Windows color (decimal): -14206301 or 10697255. OLE color: 10697255.
HSL color Cylindrical-coordinate representation of color #273AA3: hue angle of 230.81º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #273AA3 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 58 | 163 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.36 |
| HSL | 230.81º | 0.61% | 0.4% | - |
| HSV(B) | 230.81º | 0.76% | 0.64% | - |
| XYZ | 8.96 | 6.1 | 35.36 | - |
| YUV | 64.29 | 183.71 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 163 | 0.76 | 0.64 | 0 | 0.36 | 230.81 | 0.61 | 0.4 |
| Hex | 27 | 3A | A3 | 4C | 40 | 0 | 24 | E7 | 3D | 28 |
| Octal | 47 | 72 | 243 | 114 | 100 | 0 | 44 | 347 | 75 | 50 |
| Binary | 100111 | 111010 | 10100011 | 1001100 | 1000000 | 0 | 100100 | 11100111 | 111101 | 101000 |
Color Harmonies of #273AA3
Complementary color
Monochromatic Colors of #273AA3
Black with #273AA3
Text Example
Text Example
White with #273AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273AA3; }
p { color: rgb(39,58,163); }
H1.HeaderClassName
{
color: #273AA3;
}
.AnyTagClassName
{
color: #273AA3;
}
</style>
background-color css
<style>
a { background-color: #273AA3; }
a { background-color: rgb(39,58,163); }
div.DivClassName
{
background-color: #273AA3;
}
.BgClassName
{
background-color: #273AA3;
}
</style>
border-color css
<style>
span { border-color: #273AA3; }
span { border-color: rgb(39,58,163); }
td.TdClassName
{
border-color: #273AA3;
}
.TagClassName
{
border-color: #273AA3;
}
</style>