Shades of Endeavour #275995
Tints of Endeavour #275995
RGB
CMYK
RGB Variations
Color information
#275995 (or 0x275995) is known color: Endeavour. HEX triplet: 27, 59 and 95. RGB value is (39,89,149). Sum of RGB (Red+Green+Blue) = 39+89+149=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #275995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275995 is #D8A66A. Grayscale: #505050. Windows color (decimal): -14198379 or 9787687. OLE color: 9787687.
HSL color Cylindrical-coordinate representation of color #275995: hue angle of 212.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 #275995 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 89 | 149 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.42 |
| HSL | 212.73º | 0.59% | 0.37% | - |
| HSV(B) | 212.73º | 0.74% | 0.58% | - |
| XYZ | 9.83 | 9.75 | 29.8 | - |
| YUV | 80.89 | 166.44 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 89 | 149 | 0.74 | 0.40 | 0 | 0.42 | 212.73 | 0.59 | 0.37 |
| Hex | 27 | 59 | 95 | 4A | 28 | 0 | 2A | D5 | 3B | 25 |
| Octal | 47 | 131 | 225 | 112 | 50 | 0 | 52 | 325 | 73 | 45 |
| Binary | 100111 | 1011001 | 10010101 | 1001010 | 101000 | 0 | 101010 | 11010101 | 111011 | 100101 |
Color Harmonies of #275995
Complementary color
Monochromatic Colors of #275995
Black with #275995
Text Example
Text Example
White with #275995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275995; }
p { color: rgb(39,89,149); }
H1.HeaderClassName
{
color: #275995;
}
.AnyTagClassName
{
color: #275995;
}
</style>
background-color css
<style>
a { background-color: #275995; }
a { background-color: rgb(39,89,149); }
div.DivClassName
{
background-color: #275995;
}
.BgClassName
{
background-color: #275995;
}
</style>
border-color css
<style>
span { border-color: #275995; }
span { border-color: rgb(39,89,149); }
td.TdClassName
{
border-color: #275995;
}
.TagClassName
{
border-color: #275995;
}
</style>