Shades of Egyptian Blue #273FA0
Tints of Egyptian Blue #273FA0
RGB
CMYK
RGB Variations
Color information
#273FA0 (or 0x273FA0) is known color: Egyptian Blue. HEX triplet: 27, 3F and A0. RGB value is (39,63,160). Sum of RGB (Red+Green+Blue) = 39+63+160=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 160 (62.89% from 255 or 61.07% from 262); Max value from RGB is 160 - color contains mainly: blue. Hex color #273FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273FA0 is #D8C05F. Grayscale: #424242. Windows color (decimal): -14205024 or 10501927. OLE color: 10501927.
HSL color Cylindrical-coordinate representation of color #273FA0: hue angle of 228.1º 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 #273FA0 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 63 | 160 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.37 |
| HSL | 228.1º | 0.61% | 0.39% | - |
| HSV(B) | 228.1º | 0.76% | 0.63% | - |
| XYZ | 8.96 | 6.52 | 34.04 | - |
| YUV | 66.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 160 | 0.76 | 0.61 | 0 | 0.37 | 228.1 | 0.61 | 0.39 |
| Hex | 27 | 3F | A0 | 4C | 3D | 0 | 25 | E4 | 3D | 27 |
| Octal | 47 | 77 | 240 | 114 | 75 | 0 | 45 | 344 | 75 | 47 |
| Binary | 100111 | 111111 | 10100000 | 1001100 | 111101 | 0 | 100101 | 11100100 | 111101 | 100111 |
Color Harmonies of #273FA0
Complementary color
Monochromatic Colors of #273FA0
Black with #273FA0
Text Example
Text Example
White with #273FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273FA0; }
p { color: rgb(39,63,160); }
H1.HeaderClassName
{
color: #273FA0;
}
.AnyTagClassName
{
color: #273FA0;
}
</style>
background-color css
<style>
a { background-color: #273FA0; }
a { background-color: rgb(39,63,160); }
div.DivClassName
{
background-color: #273FA0;
}
.BgClassName
{
background-color: #273FA0;
}
</style>
border-color css
<style>
span { border-color: #273FA0; }
span { border-color: rgb(39,63,160); }
td.TdClassName
{
border-color: #273FA0;
}
.TagClassName
{
border-color: #273FA0;
}
</style>