Shades of Endeavour #274F8D
Tints of Endeavour #274F8D
RGB
CMYK
RGB Variations
Color information
#274F8D (or 0x274F8D) is known color: Endeavour. HEX triplet: 27, 4F and 8D. RGB value is (39,79,141). Sum of RGB (Red+Green+Blue) = 39+79+141=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #274F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274F8D is #D8B072. Grayscale: #494949. Windows color (decimal): -14200947 or 9260839. OLE color: 9260839.
HSL color Cylindrical-coordinate representation of color #274F8D: hue angle of 216.47º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #274F8D is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 79 | 141 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.45 |
| HSL | 216.47º | 0.57% | 0.35% | - |
| HSV(B) | 216.47º | 0.72% | 0.55% | - |
| XYZ | 8.44 | 7.95 | 26.29 | - |
| YUV | 74.11 | 165.75 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 141 | 0.72 | 0.44 | 0 | 0.45 | 216.47 | 0.57 | 0.35 |
| Hex | 27 | 4F | 8D | 48 | 2C | 0 | 2D | D8 | 39 | 23 |
| Octal | 47 | 117 | 215 | 110 | 54 | 0 | 55 | 330 | 71 | 43 |
| Binary | 100111 | 1001111 | 10001101 | 1001000 | 101100 | 0 | 101101 | 11011000 | 111001 | 100011 |
Color Harmonies of #274F8D
Complementary color
Monochromatic Colors of #274F8D
Black with #274F8D
Text Example
Text Example
White with #274F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274F8D; }
p { color: rgb(39,79,141); }
H1.HeaderClassName
{
color: #274F8D;
}
.AnyTagClassName
{
color: #274F8D;
}
</style>
background-color css
<style>
a { background-color: #274F8D; }
a { background-color: rgb(39,79,141); }
div.DivClassName
{
background-color: #274F8D;
}
.BgClassName
{
background-color: #274F8D;
}
</style>
border-color css
<style>
span { border-color: #274F8D; }
span { border-color: rgb(39,79,141); }
td.TdClassName
{
border-color: #274F8D;
}
.TagClassName
{
border-color: #274F8D;
}
</style>