Shades of Egyptian Blue #273CA4
Tints of Egyptian Blue #273CA4
RGB
CMYK
RGB Variations
Color information
#273CA4 (or 0x273CA4) is known color: Egyptian Blue. HEX triplet: 27, 3C and A4. RGB value is (39,60,164). Sum of RGB (Red+Green+Blue) = 39+60+164=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 164 (64.45% from 255 or 62.36% from 263); Max value from RGB is 164 - color contains mainly: blue. Hex color #273CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273CA4 is #D8C35B. Grayscale: #414141. Windows color (decimal): -14205788 or 10763303. OLE color: 10763303.
HSL color Cylindrical-coordinate representation of color #273CA4: hue angle of 229.92º degrees, saturation: 0.62, 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 #273CA4 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 60 | 164 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.36 |
| HSL | 229.92º | 0.62% | 0.4% | - |
| HSV(B) | 229.92º | 0.76% | 0.64% | - |
| XYZ | 9.15 | 6.34 | 35.86 | - |
| YUV | 65.58 | 183.54 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 164 | 0.76 | 0.63 | 0 | 0.36 | 229.92 | 0.62 | 0.4 |
| Hex | 27 | 3C | A4 | 4C | 3F | 0 | 24 | E6 | 3E | 28 |
| Octal | 47 | 74 | 244 | 114 | 77 | 0 | 44 | 346 | 76 | 50 |
| Binary | 100111 | 111100 | 10100100 | 1001100 | 111111 | 0 | 100100 | 11100110 | 111110 | 101000 |
Color Harmonies of #273CA4
Complementary color
Monochromatic Colors of #273CA4
Black with #273CA4
Text Example
Text Example
White with #273CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273CA4; }
p { color: rgb(39,60,164); }
H1.HeaderClassName
{
color: #273CA4;
}
.AnyTagClassName
{
color: #273CA4;
}
</style>
background-color css
<style>
a { background-color: #273CA4; }
a { background-color: rgb(39,60,164); }
div.DivClassName
{
background-color: #273CA4;
}
.BgClassName
{
background-color: #273CA4;
}
</style>
border-color css
<style>
span { border-color: #273CA4; }
span { border-color: rgb(39,60,164); }
td.TdClassName
{
border-color: #273CA4;
}
.TagClassName
{
border-color: #273CA4;
}
</style>