Shades of Endeavour #275091
Tints of Endeavour #275091
RGB
CMYK
RGB Variations
Color information
#275091 (or 0x275091) is known color: Endeavour. HEX triplet: 27, 50 and 91. RGB value is (39,80,145). Sum of RGB (Red+Green+Blue) = 39+80+145=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #275091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275091 is #D8AF6E. Grayscale: #4A4A4A. Windows color (decimal): -14200687 or 9523239. OLE color: 9523239.
HSL color Cylindrical-coordinate representation of color #275091: hue angle of 216.79º 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 #275091 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 80 | 145 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.43 |
| HSL | 216.79º | 0.58% | 0.36% | - |
| HSV(B) | 216.79º | 0.73% | 0.57% | - |
| XYZ | 8.82 | 8.21 | 27.91 | - |
| YUV | 75.15 | 167.42 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 145 | 0.73 | 0.45 | 0 | 0.43 | 216.79 | 0.58 | 0.36 |
| Hex | 27 | 50 | 91 | 49 | 2D | 0 | 2B | D9 | 3A | 24 |
| Octal | 47 | 120 | 221 | 111 | 55 | 0 | 53 | 331 | 72 | 44 |
| Binary | 100111 | 1010000 | 10010001 | 1001001 | 101101 | 0 | 101011 | 11011001 | 111010 | 100100 |
Color Harmonies of #275091
Complementary color
Monochromatic Colors of #275091
Black with #275091
Text Example
Text Example
White with #275091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275091; }
p { color: rgb(39,80,145); }
H1.HeaderClassName
{
color: #275091;
}
.AnyTagClassName
{
color: #275091;
}
</style>
background-color css
<style>
a { background-color: #275091; }
a { background-color: rgb(39,80,145); }
div.DivClassName
{
background-color: #275091;
}
.BgClassName
{
background-color: #275091;
}
</style>
border-color css
<style>
span { border-color: #275091; }
span { border-color: rgb(39,80,145); }
td.TdClassName
{
border-color: #275091;
}
.TagClassName
{
border-color: #275091;
}
</style>