Shades of Endeavour #275286
Tints of Endeavour #275286
RGB
CMYK
RGB Variations
Color information
#275286 (or 0x275286) is known color: Endeavour. HEX triplet: 27, 52 and 86. RGB value is (39,82,134). Sum of RGB (Red+Green+Blue) = 39+82+134=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #275286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275286 is #D8AD79. Grayscale: #4A4A4A. Windows color (decimal): -14200186 or 8802855. OLE color: 8802855.
HSL color Cylindrical-coordinate representation of color #275286: hue angle of 212.84º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #275286 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 82 | 134 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.47 |
| HSL | 212.84º | 0.55% | 0.34% | - |
| HSV(B) | 212.84º | 0.71% | 0.53% | - |
| XYZ | 8.16 | 8.19 | 23.7 | - |
| YUV | 75.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 134 | 0.71 | 0.39 | 0 | 0.47 | 212.84 | 0.55 | 0.34 |
| Hex | 27 | 52 | 86 | 47 | 27 | 0 | 2F | D5 | 37 | 22 |
| Octal | 47 | 122 | 206 | 107 | 47 | 0 | 57 | 325 | 67 | 42 |
| Binary | 100111 | 1010010 | 10000110 | 1000111 | 100111 | 0 | 101111 | 11010101 | 110111 | 100010 |
Color Harmonies of #275286
Complementary color
Monochromatic Colors of #275286
Black with #275286
Text Example
Text Example
White with #275286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275286; }
p { color: rgb(39,82,134); }
H1.HeaderClassName
{
color: #275286;
}
.AnyTagClassName
{
color: #275286;
}
</style>
background-color css
<style>
a { background-color: #275286; }
a { background-color: rgb(39,82,134); }
div.DivClassName
{
background-color: #275286;
}
.BgClassName
{
background-color: #275286;
}
</style>
border-color css
<style>
span { border-color: #275286; }
span { border-color: rgb(39,82,134); }
td.TdClassName
{
border-color: #275286;
}
.TagClassName
{
border-color: #275286;
}
</style>