Shades of Endeavour #274E95
Tints of Endeavour #274E95
RGB
CMYK
RGB Variations
Color information
#274E95 (or 0x274E95) is known color: Endeavour. HEX triplet: 27, 4E and 95. RGB value is (39,78,149). Sum of RGB (Red+Green+Blue) = 39+78+149=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #274E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274E95 is #D8B16A. Grayscale: #4A4A4A. Windows color (decimal): -14201195 or 9784871. OLE color: 9784871.
HSL color Cylindrical-coordinate representation of color #274E95: hue angle of 218.73º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #274E95 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 78 | 149 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.42 |
| HSL | 218.73º | 0.59% | 0.37% | - |
| HSV(B) | 218.73º | 0.74% | 0.58% | - |
| XYZ | 8.99 | 8.05 | 29.51 | - |
| YUV | 74.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 149 | 0.74 | 0.48 | 0 | 0.42 | 218.73 | 0.59 | 0.37 |
| Hex | 27 | 4E | 95 | 4A | 30 | 0 | 2A | DB | 3B | 25 |
| Octal | 47 | 116 | 225 | 112 | 60 | 0 | 52 | 333 | 73 | 45 |
| Binary | 100111 | 1001110 | 10010101 | 1001010 | 110000 | 0 | 101010 | 11011011 | 111011 | 100101 |
Color Harmonies of #274E95
Complementary color
Monochromatic Colors of #274E95
Black with #274E95
Text Example
Text Example
White with #274E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E95; }
p { color: rgb(39,78,149); }
H1.HeaderClassName
{
color: #274E95;
}
.AnyTagClassName
{
color: #274E95;
}
</style>
background-color css
<style>
a { background-color: #274E95; }
a { background-color: rgb(39,78,149); }
div.DivClassName
{
background-color: #274E95;
}
.BgClassName
{
background-color: #274E95;
}
</style>
border-color css
<style>
span { border-color: #274E95; }
span { border-color: rgb(39,78,149); }
td.TdClassName
{
border-color: #274E95;
}
.TagClassName
{
border-color: #274E95;
}
</style>