Shades of Endeavour #274E99
Tints of Endeavour #274E99
RGB
CMYK
RGB Variations
Color information
#274E99 (or 0x274E99) is known color: Endeavour. HEX triplet: 27, 4E and 99. RGB value is (39,78,153). Sum of RGB (Red+Green+Blue) = 39+78+153=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #274E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274E99 is #D8B166. Grayscale: #4A4A4A. Windows color (decimal): -14201191 or 10047015. OLE color: 10047015.
HSL color Cylindrical-coordinate representation of color #274E99: hue angle of 219.47º 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 #274E99 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 78 | 153 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.4 |
| HSL | 219.47º | 0.59% | 0.38% | - |
| HSV(B) | 219.47º | 0.75% | 0.6% | - |
| XYZ | 9.31 | 8.18 | 31.23 | - |
| YUV | 74.89 | 172.08 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 153 | 0.75 | 0.49 | 0 | 0.4 | 219.47 | 0.59 | 0.38 |
| Hex | 27 | 4E | 99 | 4B | 31 | 0 | 28 | DB | 3B | 26 |
| Octal | 47 | 116 | 231 | 113 | 61 | 0 | 50 | 333 | 73 | 46 |
| Binary | 100111 | 1001110 | 10011001 | 1001011 | 110001 | 0 | 101000 | 11011011 | 111011 | 100110 |
Color Harmonies of #274E99
Complementary color
Monochromatic Colors of #274E99
Black with #274E99
Text Example
Text Example
White with #274E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E99; }
p { color: rgb(39,78,153); }
H1.HeaderClassName
{
color: #274E99;
}
.AnyTagClassName
{
color: #274E99;
}
</style>
background-color css
<style>
a { background-color: #274E99; }
a { background-color: rgb(39,78,153); }
div.DivClassName
{
background-color: #274E99;
}
.BgClassName
{
background-color: #274E99;
}
</style>
border-color css
<style>
span { border-color: #274E99; }
span { border-color: rgb(39,78,153); }
td.TdClassName
{
border-color: #274E99;
}
.TagClassName
{
border-color: #274E99;
}
</style>