Shades of Endeavour #275897
Tints of Endeavour #275897
RGB
CMYK
RGB Variations
Color information
#275897 (or 0x275897) is known color: Endeavour. HEX triplet: 27, 58 and 97. RGB value is (39,88,151). Sum of RGB (Red+Green+Blue) = 39+88+151=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #275897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275897 is #D8A768. Grayscale: #505050. Windows color (decimal): -14198633 or 9918503. OLE color: 9918503.
HSL color Cylindrical-coordinate representation of color #275897: hue angle of 213.75º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275897 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 88 | 151 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.41 |
| HSL | 213.75º | 0.59% | 0.37% | - |
| HSV(B) | 213.75º | 0.74% | 0.59% | - |
| XYZ | 9.91 | 9.65 | 30.62 | - |
| YUV | 80.53 | 167.77 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 88 | 151 | 0.74 | 0.42 | 0 | 0.41 | 213.75 | 0.59 | 0.37 |
| Hex | 27 | 58 | 97 | 4A | 2A | 0 | 29 | D6 | 3B | 25 |
| Octal | 47 | 130 | 227 | 112 | 52 | 0 | 51 | 326 | 73 | 45 |
| Binary | 100111 | 1011000 | 10010111 | 1001010 | 101010 | 0 | 101001 | 11010110 | 111011 | 100101 |
Color Harmonies of #275897
Complementary color
Monochromatic Colors of #275897
Black with #275897
Text Example
Text Example
White with #275897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275897; }
p { color: rgb(39,88,151); }
H1.HeaderClassName
{
color: #275897;
}
.AnyTagClassName
{
color: #275897;
}
</style>
background-color css
<style>
a { background-color: #275897; }
a { background-color: rgb(39,88,151); }
div.DivClassName
{
background-color: #275897;
}
.BgClassName
{
background-color: #275897;
}
</style>
border-color css
<style>
span { border-color: #275897; }
span { border-color: rgb(39,88,151); }
td.TdClassName
{
border-color: #275897;
}
.TagClassName
{
border-color: #275897;
}
</style>