Shades of Endeavour #36608D
Tints of Endeavour #36608D
RGB
CMYK
RGB Variations
Color information
#36608D (or 0x36608D) is known color: Endeavour. HEX triplet: 36, 60 and 8D. RGB value is (54,96,141). Sum of RGB (Red+Green+Blue) = 54+96+141=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #36608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36608D is #C99F72. Grayscale: #585858. Windows color (decimal): -13213555 or 9265206. OLE color: 9265206.
HSL color Cylindrical-coordinate representation of color #36608D: hue angle of 211.03º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36608D is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 96 | 141 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.45 |
| HSL | 211.03º | 0.45% | 0.38% | - |
| HSV(B) | 211.03º | 0.62% | 0.55% | - |
| XYZ | 10.51 | 11.07 | 26.78 | - |
| YUV | 88.57 | 157.59 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 96 | 141 | 0.62 | 0.32 | 0 | 0.45 | 211.03 | 0.45 | 0.38 |
| Hex | 36 | 60 | 8D | 3E | 20 | 0 | 2D | D3 | 2D | 26 |
| Octal | 66 | 140 | 215 | 76 | 40 | 0 | 55 | 323 | 55 | 46 |
| Binary | 110110 | 1100000 | 10001101 | 111110 | 100000 | 0 | 101101 | 11010011 | 101101 | 100110 |
Color Harmonies of #36608D
Complementary color
Monochromatic Colors of #36608D
Black with #36608D
Text Example
Text Example
White with #36608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36608D; }
p { color: rgb(54,96,141); }
H1.HeaderClassName
{
color: #36608D;
}
.AnyTagClassName
{
color: #36608D;
}
</style>
background-color css
<style>
a { background-color: #36608D; }
a { background-color: rgb(54,96,141); }
div.DivClassName
{
background-color: #36608D;
}
.BgClassName
{
background-color: #36608D;
}
</style>
border-color css
<style>
span { border-color: #36608D; }
span { border-color: rgb(54,96,141); }
td.TdClassName
{
border-color: #36608D;
}
.TagClassName
{
border-color: #36608D;
}
</style>