Shades of Endeavour #275684
Tints of Endeavour #275684
RGB
CMYK
RGB Variations
Color information
#275684 (or 0x275684) is known color: Endeavour. HEX triplet: 27, 56 and 84. RGB value is (39,86,132). Sum of RGB (Red+Green+Blue) = 39+86+132=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #275684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275684 is #D8A97B. Grayscale: #4C4C4C. Windows color (decimal): -14199164 or 8672807. OLE color: 8672807.
HSL color Cylindrical-coordinate representation of color #275684: hue angle of 209.68º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #275684 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 86 | 132 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.48 |
| HSL | 209.68º | 0.54% | 0.34% | - |
| HSV(B) | 209.68º | 0.7% | 0.52% | - |
| XYZ | 8.33 | 8.75 | 23.08 | - |
| YUV | 77.19 | 158.93 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 86 | 132 | 0.70 | 0.35 | 0 | 0.48 | 209.68 | 0.54 | 0.34 |
| Hex | 27 | 56 | 84 | 46 | 23 | 0 | 30 | D2 | 36 | 22 |
| Octal | 47 | 126 | 204 | 106 | 43 | 0 | 60 | 322 | 66 | 42 |
| Binary | 100111 | 1010110 | 10000100 | 1000110 | 100011 | 0 | 110000 | 11010010 | 110110 | 100010 |
Color Harmonies of #275684
Complementary color
Monochromatic Colors of #275684
Black with #275684
Text Example
Text Example
White with #275684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275684; }
p { color: rgb(39,86,132); }
H1.HeaderClassName
{
color: #275684;
}
.AnyTagClassName
{
color: #275684;
}
</style>
background-color css
<style>
a { background-color: #275684; }
a { background-color: rgb(39,86,132); }
div.DivClassName
{
background-color: #275684;
}
.BgClassName
{
background-color: #275684;
}
</style>
border-color css
<style>
span { border-color: #275684; }
span { border-color: rgb(39,86,132); }
td.TdClassName
{
border-color: #275684;
}
.TagClassName
{
border-color: #275684;
}
</style>