Shades of Egyptian Blue #273FA1
Tints of Egyptian Blue #273FA1
RGB
CMYK
RGB Variations
Color information
#273FA1 (or 0x273FA1) is known color: Egyptian Blue. HEX triplet: 27, 3F and A1. RGB value is (39,63,161). Sum of RGB (Red+Green+Blue) = 39+63+161=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 161 (63.28% from 255 or 61.22% from 263); Max value from RGB is 161 - color contains mainly: blue. Hex color #273FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273FA1 is #D8C05E. Grayscale: #424242. Windows color (decimal): -14205023 or 10567463. OLE color: 10567463.
HSL color Cylindrical-coordinate representation of color #273FA1: hue angle of 228.2º 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 #273FA1 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 63 | 161 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.37 |
| HSL | 228.2º | 0.61% | 0.39% | - |
| HSV(B) | 228.2º | 0.76% | 0.63% | - |
| XYZ | 9.05 | 6.56 | 34.51 | - |
| YUV | 67 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 161 | 0.76 | 0.61 | 0 | 0.37 | 228.2 | 0.61 | 0.39 |
| Hex | 27 | 3F | A1 | 4C | 3D | 0 | 25 | E4 | 3D | 27 |
| Octal | 47 | 77 | 241 | 114 | 75 | 0 | 45 | 344 | 75 | 47 |
| Binary | 100111 | 111111 | 10100001 | 1001100 | 111101 | 0 | 100101 | 11100100 | 111101 | 100111 |
Color Harmonies of #273FA1
Complementary color
Monochromatic Colors of #273FA1
Black with #273FA1
Text Example
Text Example
White with #273FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273FA1; }
p { color: rgb(39,63,161); }
H1.HeaderClassName
{
color: #273FA1;
}
.AnyTagClassName
{
color: #273FA1;
}
</style>
background-color css
<style>
a { background-color: #273FA1; }
a { background-color: rgb(39,63,161); }
div.DivClassName
{
background-color: #273FA1;
}
.BgClassName
{
background-color: #273FA1;
}
</style>
border-color css
<style>
span { border-color: #273FA1; }
span { border-color: rgb(39,63,161); }
td.TdClassName
{
border-color: #273FA1;
}
.TagClassName
{
border-color: #273FA1;
}
</style>