Shades of Endeavour #274D91
Tints of Endeavour #274D91
RGB
CMYK
RGB Variations
Color information
#274D91 (or 0x274D91) is known color: Endeavour. HEX triplet: 27, 4D and 91. RGB value is (39,77,145). Sum of RGB (Red+Green+Blue) = 39+77+145=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #274D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274D91 is #D8B26E. Grayscale: #494949. Windows color (decimal): -14201455 or 9522471. OLE color: 9522471.
HSL color Cylindrical-coordinate representation of color #274D91: hue angle of 218.49º 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 #274D91 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 77 | 145 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.43 |
| HSL | 218.49º | 0.58% | 0.36% | - |
| HSV(B) | 218.49º | 0.73% | 0.57% | - |
| XYZ | 8.6 | 7.78 | 27.84 | - |
| YUV | 73.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 145 | 0.73 | 0.47 | 0 | 0.43 | 218.49 | 0.58 | 0.36 |
| Hex | 27 | 4D | 91 | 49 | 2F | 0 | 2B | DA | 3A | 24 |
| Octal | 47 | 115 | 221 | 111 | 57 | 0 | 53 | 332 | 72 | 44 |
| Binary | 100111 | 1001101 | 10010001 | 1001001 | 101111 | 0 | 101011 | 11011010 | 111010 | 100100 |
Color Harmonies of #274D91
Complementary color
Monochromatic Colors of #274D91
Black with #274D91
Text Example
Text Example
White with #274D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D91; }
p { color: rgb(39,77,145); }
H1.HeaderClassName
{
color: #274D91;
}
.AnyTagClassName
{
color: #274D91;
}
</style>
background-color css
<style>
a { background-color: #274D91; }
a { background-color: rgb(39,77,145); }
div.DivClassName
{
background-color: #274D91;
}
.BgClassName
{
background-color: #274D91;
}
</style>
border-color css
<style>
span { border-color: #274D91; }
span { border-color: rgb(39,77,145); }
td.TdClassName
{
border-color: #274D91;
}
.TagClassName
{
border-color: #274D91;
}
</style>