Shades of Endeavour #275998
Tints of Endeavour #275998
RGB
CMYK
RGB Variations
Color information
#275998 (or 0x275998) is known color: Endeavour. HEX triplet: 27, 59 and 98. RGB value is (39,89,152). Sum of RGB (Red+Green+Blue) = 39+89+152=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #275998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275998 is #D8A667. Grayscale: #505050. Windows color (decimal): -14198376 or 9984295. OLE color: 9984295.
HSL color Cylindrical-coordinate representation of color #275998: hue angle of 213.45º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275998 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 39 | 89 | 152 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.40 |
| HSL | 213.45º | 0.59% | 0.37% | - |
| HSV(B) | 213.45º | 0.74% | 0.6% | - |
| XYZ | 10.08 | 9.84 | 31.07 | - |
| YUV | 81.23 | 167.94 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 89 | 152 | 0.74 | 0.41 | 0 | 0.40 | 213.45 | 0.59 | 0.37 |
| Hex | 27 | 59 | 98 | 4A | 29 | 0 | 28 | D5 | 3B | 25 |
| Octal | 47 | 131 | 230 | 112 | 51 | 0 | 50 | 325 | 73 | 45 |
| Binary | 100111 | 1011001 | 10011000 | 1001010 | 101001 | 0 | 101000 | 11010101 | 111011 | 100101 |
Color Harmonies of #275998
Complementary color
Monochromatic Colors of #275998
Black with #275998
Text Example
Text Example
White with #275998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275998; }
p { color: rgb(39,89,152); }
H1.HeaderClassName
{
color: #275998;
}
.AnyTagClassName
{
color: #275998;
}
</style>
background-color css
<style>
a { background-color: #275998; }
a { background-color: rgb(39,89,152); }
div.DivClassName
{
background-color: #275998;
}
.BgClassName
{
background-color: #275998;
}
</style>
border-color css
<style>
span { border-color: #275998; }
span { border-color: rgb(39,89,152); }
td.TdClassName
{
border-color: #275998;
}
.TagClassName
{
border-color: #275998;
}
</style>