Shades of Endeavour #275185
Tints of Endeavour #275185
RGB
CMYK
RGB Variations
Color information
#275185 (or 0x275185) is known color: Endeavour. HEX triplet: 27, 51 and 85. RGB value is (39,81,133). Sum of RGB (Red+Green+Blue) = 39+81+133=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #275185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275185 is #D8AE7A. Grayscale: #4A4A4A. Windows color (decimal): -14200443 or 8737063. OLE color: 8737063.
HSL color Cylindrical-coordinate representation of color #275185: hue angle of 213.19º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #275185 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 81 | 133 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.48 |
| HSL | 213.19º | 0.55% | 0.34% | - |
| HSV(B) | 213.19º | 0.71% | 0.52% | - |
| XYZ | 8.01 | 8.01 | 23.31 | - |
| YUV | 74.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 133 | 0.71 | 0.39 | 0 | 0.48 | 213.19 | 0.55 | 0.34 |
| Hex | 27 | 51 | 85 | 47 | 27 | 0 | 30 | D5 | 37 | 22 |
| Octal | 47 | 121 | 205 | 107 | 47 | 0 | 60 | 325 | 67 | 42 |
| Binary | 100111 | 1010001 | 10000101 | 1000111 | 100111 | 0 | 110000 | 11010101 | 110111 | 100010 |
Color Harmonies of #275185
Complementary color
Monochromatic Colors of #275185
Black with #275185
Text Example
Text Example
White with #275185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275185; }
p { color: rgb(39,81,133); }
H1.HeaderClassName
{
color: #275185;
}
.AnyTagClassName
{
color: #275185;
}
</style>
background-color css
<style>
a { background-color: #275185; }
a { background-color: rgb(39,81,133); }
div.DivClassName
{
background-color: #275185;
}
.BgClassName
{
background-color: #275185;
}
</style>
border-color css
<style>
span { border-color: #275185; }
span { border-color: rgb(39,81,133); }
td.TdClassName
{
border-color: #275185;
}
.TagClassName
{
border-color: #275185;
}
</style>