Shades of Endeavour #275589
Tints of Endeavour #275589
RGB
CMYK
RGB Variations
Color information
#275589 (or 0x275589) is known color: Endeavour. HEX triplet: 27, 55 and 89. RGB value is (39,85,137). Sum of RGB (Red+Green+Blue) = 39+85+137=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #275589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275589 is #D8AA76. Grayscale: #4C4C4C. Windows color (decimal): -14199415 or 9000231. OLE color: 9000231.
HSL color Cylindrical-coordinate representation of color #275589: hue angle of 211.84º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #275589 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 85 | 137 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.46 |
| HSL | 211.84º | 0.56% | 0.35% | - |
| HSV(B) | 211.84º | 0.72% | 0.54% | - |
| XYZ | 8.6 | 8.73 | 24.9 | - |
| YUV | 77.17 | 161.76 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 137 | 0.72 | 0.38 | 0 | 0.46 | 211.84 | 0.56 | 0.35 |
| Hex | 27 | 55 | 89 | 48 | 26 | 0 | 2E | D4 | 38 | 23 |
| Octal | 47 | 125 | 211 | 110 | 46 | 0 | 56 | 324 | 70 | 43 |
| Binary | 100111 | 1010101 | 10001001 | 1001000 | 100110 | 0 | 101110 | 11010100 | 111000 | 100011 |
Color Harmonies of #275589
Complementary color
Monochromatic Colors of #275589
Black with #275589
Text Example
Text Example
White with #275589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275589; }
p { color: rgb(39,85,137); }
H1.HeaderClassName
{
color: #275589;
}
.AnyTagClassName
{
color: #275589;
}
</style>
background-color css
<style>
a { background-color: #275589; }
a { background-color: rgb(39,85,137); }
div.DivClassName
{
background-color: #275589;
}
.BgClassName
{
background-color: #275589;
}
</style>
border-color css
<style>
span { border-color: #275589; }
span { border-color: rgb(39,85,137); }
td.TdClassName
{
border-color: #275589;
}
.TagClassName
{
border-color: #275589;
}
</style>