Shades of Endeavour #275499
Tints of Endeavour #275499
RGB
CMYK
RGB Variations
Color information
#275499 (or 0x275499) is known color: Endeavour. HEX triplet: 27, 54 and 99. RGB value is (39,84,153). Sum of RGB (Red+Green+Blue) = 39+84+153=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #275499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275499 is #D8AB66. Grayscale: #4E4E4E. Windows color (decimal): -14199655 or 10048551. OLE color: 10048551.
HSL color Cylindrical-coordinate representation of color #275499: hue angle of 216.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #275499 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 84 | 153 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.4 |
| HSL | 216.32º | 0.59% | 0.38% | - |
| HSV(B) | 216.32º | 0.75% | 0.6% | - |
| XYZ | 9.76 | 9.07 | 31.37 | - |
| YUV | 78.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 153 | 0.75 | 0.45 | 0 | 0.4 | 216.32 | 0.59 | 0.38 |
| Hex | 27 | 54 | 99 | 4B | 2D | 0 | 28 | D8 | 3B | 26 |
| Octal | 47 | 124 | 231 | 113 | 55 | 0 | 50 | 330 | 73 | 46 |
| Binary | 100111 | 1010100 | 10011001 | 1001011 | 101101 | 0 | 101000 | 11011000 | 111011 | 100110 |
Color Harmonies of #275499
Complementary color
Monochromatic Colors of #275499
Black with #275499
Text Example
Text Example
White with #275499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275499; }
p { color: rgb(39,84,153); }
H1.HeaderClassName
{
color: #275499;
}
.AnyTagClassName
{
color: #275499;
}
</style>
background-color css
<style>
a { background-color: #275499; }
a { background-color: rgb(39,84,153); }
div.DivClassName
{
background-color: #275499;
}
.BgClassName
{
background-color: #275499;
}
</style>
border-color css
<style>
span { border-color: #275499; }
span { border-color: rgb(39,84,153); }
td.TdClassName
{
border-color: #275499;
}
.TagClassName
{
border-color: #275499;
}
</style>