Shades of Endeavour #274D92
Tints of Endeavour #274D92
RGB
CMYK
RGB Variations
Color information
#274D92 (or 0x274D92) is known color: Endeavour. HEX triplet: 27, 4D and 92. RGB value is (39,77,146). Sum of RGB (Red+Green+Blue) = 39+77+146=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #274D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274D92 is #D8B26D. Grayscale: #494949. Windows color (decimal): -14201454 or 9588007. OLE color: 9588007.
HSL color Cylindrical-coordinate representation of color #274D92: hue angle of 218.69º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274D92 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 77 | 146 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.43 |
| HSL | 218.69º | 0.58% | 0.36% | - |
| HSV(B) | 218.69º | 0.73% | 0.57% | - |
| XYZ | 8.68 | 7.81 | 28.25 | - |
| YUV | 73.5 | 168.91 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 146 | 0.73 | 0.47 | 0 | 0.43 | 218.69 | 0.58 | 0.36 |
| Hex | 27 | 4D | 92 | 49 | 2F | 0 | 2B | DB | 3A | 24 |
| Octal | 47 | 115 | 222 | 111 | 57 | 0 | 53 | 333 | 72 | 44 |
| Binary | 100111 | 1001101 | 10010010 | 1001001 | 101111 | 0 | 101011 | 11011011 | 111010 | 100100 |
Color Harmonies of #274D92
Complementary color
Monochromatic Colors of #274D92
Black with #274D92
Text Example
Text Example
White with #274D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D92; }
p { color: rgb(39,77,146); }
H1.HeaderClassName
{
color: #274D92;
}
.AnyTagClassName
{
color: #274D92;
}
</style>
background-color css
<style>
a { background-color: #274D92; }
a { background-color: rgb(39,77,146); }
div.DivClassName
{
background-color: #274D92;
}
.BgClassName
{
background-color: #274D92;
}
</style>
border-color css
<style>
span { border-color: #274D92; }
span { border-color: rgb(39,77,146); }
td.TdClassName
{
border-color: #274D92;
}
.TagClassName
{
border-color: #274D92;
}
</style>