Shades of Endeavour #275485
Tints of Endeavour #275485
RGB
CMYK
RGB Variations
Color information
#275485 (or 0x275485) is known color: Endeavour. HEX triplet: 27, 54 and 85. RGB value is (39,84,133). Sum of RGB (Red+Green+Blue) = 39+84+133=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #275485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275485 is #D8AB7A. Grayscale: #4B4B4B. Windows color (decimal): -14199675 or 8737831. OLE color: 8737831.
HSL color Cylindrical-coordinate representation of color #275485: hue angle of 211.28º 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 #275485 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 84 | 133 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.48 |
| HSL | 211.28º | 0.55% | 0.34% | - |
| HSV(B) | 211.28º | 0.71% | 0.52% | - |
| XYZ | 8.24 | 8.47 | 23.39 | - |
| YUV | 76.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 133 | 0.71 | 0.37 | 0 | 0.48 | 211.28 | 0.55 | 0.34 |
| Hex | 27 | 54 | 85 | 47 | 25 | 0 | 30 | D3 | 37 | 22 |
| Octal | 47 | 124 | 205 | 107 | 45 | 0 | 60 | 323 | 67 | 42 |
| Binary | 100111 | 1010100 | 10000101 | 1000111 | 100101 | 0 | 110000 | 11010011 | 110111 | 100010 |
Color Harmonies of #275485
Complementary color
Monochromatic Colors of #275485
Black with #275485
Text Example
Text Example
White with #275485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275485; }
p { color: rgb(39,84,133); }
H1.HeaderClassName
{
color: #275485;
}
.AnyTagClassName
{
color: #275485;
}
</style>
background-color css
<style>
a { background-color: #275485; }
a { background-color: rgb(39,84,133); }
div.DivClassName
{
background-color: #275485;
}
.BgClassName
{
background-color: #275485;
}
</style>
border-color css
<style>
span { border-color: #275485; }
span { border-color: rgb(39,84,133); }
td.TdClassName
{
border-color: #275485;
}
.TagClassName
{
border-color: #275485;
}
</style>