Shades of Endeavour #275985
Tints of Endeavour #275985
RGB
CMYK
RGB Variations
Color information
#275985 (or 0x275985) is known color: Endeavour. HEX triplet: 27, 59 and 85. RGB value is (39,89,133). Sum of RGB (Red+Green+Blue) = 39+89+133=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #275985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275985 is #D8A67A. Grayscale: #4E4E4E. Windows color (decimal): -14198395 or 8739111. OLE color: 8739111.
HSL color Cylindrical-coordinate representation of color #275985: hue angle of 208.09º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #275985 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 89 | 133 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.48 |
| HSL | 208.09º | 0.55% | 0.34% | - |
| HSV(B) | 208.09º | 0.71% | 0.52% | - |
| XYZ | 8.64 | 9.27 | 23.52 | - |
| YUV | 79.07 | 158.44 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 89 | 133 | 0.71 | 0.33 | 0 | 0.48 | 208.09 | 0.55 | 0.34 |
| Hex | 27 | 59 | 85 | 47 | 21 | 0 | 30 | D0 | 37 | 22 |
| Octal | 47 | 131 | 205 | 107 | 41 | 0 | 60 | 320 | 67 | 42 |
| Binary | 100111 | 1011001 | 10000101 | 1000111 | 100001 | 0 | 110000 | 11010000 | 110111 | 100010 |
Color Harmonies of #275985
Complementary color
Monochromatic Colors of #275985
Black with #275985
Text Example
Text Example
White with #275985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275985; }
p { color: rgb(39,89,133); }
H1.HeaderClassName
{
color: #275985;
}
.AnyTagClassName
{
color: #275985;
}
</style>
background-color css
<style>
a { background-color: #275985; }
a { background-color: rgb(39,89,133); }
div.DivClassName
{
background-color: #275985;
}
.BgClassName
{
background-color: #275985;
}
</style>
border-color css
<style>
span { border-color: #275985; }
span { border-color: rgb(39,89,133); }
td.TdClassName
{
border-color: #275985;
}
.TagClassName
{
border-color: #275985;
}
</style>