Shades of Egyptian Blue #273D99
Tints of Egyptian Blue #273D99
RGB
CMYK
RGB Variations
Color information
#273D99 (or 0x273D99) is known color: Egyptian Blue. HEX triplet: 27, 3D and 99. RGB value is (39,61,153). Sum of RGB (Red+Green+Blue) = 39+61+153=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #273D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273D99 is #D8C266. Grayscale: #404040. Windows color (decimal): -14205543 or 10042663. OLE color: 10042663.
HSL color Cylindrical-coordinate representation of color #273D99: hue angle of 228.42º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #273D99 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 61 | 153 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.4 |
| HSL | 228.42º | 0.59% | 0.38% | - |
| HSV(B) | 228.42º | 0.75% | 0.6% | - |
| XYZ | 8.26 | 6.07 | 30.87 | - |
| YUV | 64.91 | 177.71 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 153 | 0.75 | 0.60 | 0 | 0.4 | 228.42 | 0.59 | 0.38 |
| Hex | 27 | 3D | 99 | 4B | 3C | 0 | 28 | E4 | 3B | 26 |
| Octal | 47 | 75 | 231 | 113 | 74 | 0 | 50 | 344 | 73 | 46 |
| Binary | 100111 | 111101 | 10011001 | 1001011 | 111100 | 0 | 101000 | 11100100 | 111011 | 100110 |
Color Harmonies of #273D99
Complementary color
Monochromatic Colors of #273D99
Black with #273D99
Text Example
Text Example
White with #273D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D99; }
p { color: rgb(39,61,153); }
H1.HeaderClassName
{
color: #273D99;
}
.AnyTagClassName
{
color: #273D99;
}
</style>
background-color css
<style>
a { background-color: #273D99; }
a { background-color: rgb(39,61,153); }
div.DivClassName
{
background-color: #273D99;
}
.BgClassName
{
background-color: #273D99;
}
</style>
border-color css
<style>
span { border-color: #273D99; }
span { border-color: rgb(39,61,153); }
td.TdClassName
{
border-color: #273D99;
}
.TagClassName
{
border-color: #273D99;
}
</style>