Shades of Egyptian Blue #273BA1
Tints of Egyptian Blue #273BA1
RGB
CMYK
RGB Variations
Color information
#273BA1 (or 0x273BA1) is known color: Egyptian Blue. HEX triplet: 27, 3B and A1. RGB value is (39,59,161). Sum of RGB (Red+Green+Blue) = 39+59+161=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 161 (63.28% from 255 or 62.16% from 259); Max value from RGB is 161 - color contains mainly: blue. Hex color #273BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273BA1 is #D8C45E. Grayscale: #404040. Windows color (decimal): -14206047 or 10566439. OLE color: 10566439.
HSL color Cylindrical-coordinate representation of color #273BA1: hue angle of 230.16º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #273BA1 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 59 | 161 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.37 |
| HSL | 230.16º | 0.61% | 0.39% | - |
| HSV(B) | 230.16º | 0.76% | 0.63% | - |
| XYZ | 8.83 | 6.13 | 34.44 | - |
| YUV | 64.65 | 182.37 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 161 | 0.76 | 0.63 | 0 | 0.37 | 230.16 | 0.61 | 0.39 |
| Hex | 27 | 3B | A1 | 4C | 3F | 0 | 25 | E6 | 3D | 27 |
| Octal | 47 | 73 | 241 | 114 | 77 | 0 | 45 | 346 | 75 | 47 |
| Binary | 100111 | 111011 | 10100001 | 1001100 | 111111 | 0 | 100101 | 11100110 | 111101 | 100111 |
Color Harmonies of #273BA1
Complementary color
Monochromatic Colors of #273BA1
Black with #273BA1
Text Example
Text Example
White with #273BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BA1; }
p { color: rgb(39,59,161); }
H1.HeaderClassName
{
color: #273BA1;
}
.AnyTagClassName
{
color: #273BA1;
}
</style>
background-color css
<style>
a { background-color: #273BA1; }
a { background-color: rgb(39,59,161); }
div.DivClassName
{
background-color: #273BA1;
}
.BgClassName
{
background-color: #273BA1;
}
</style>
border-color css
<style>
span { border-color: #273BA1; }
span { border-color: rgb(39,59,161); }
td.TdClassName
{
border-color: #273BA1;
}
.TagClassName
{
border-color: #273BA1;
}
</style>