Shades of Endeavour #39608D
Tints of Endeavour #39608D
RGB
CMYK
RGB Variations
Color information
#39608D (or 0x39608D) is known color: Endeavour. HEX triplet: 39, 60 and 8D. RGB value is (57,96,141). Sum of RGB (Red+Green+Blue) = 57+96+141=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #39608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39608D is #C69F72. Grayscale: #595959. Windows color (decimal): -13016947 or 9265209. OLE color: 9265209.
HSL color Cylindrical-coordinate representation of color #39608D: hue angle of 212.14º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39608D is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 96 | 141 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.45 |
| HSL | 212.14º | 0.42% | 0.39% | - |
| HSV(B) | 212.14º | 0.6% | 0.55% | - |
| XYZ | 10.68 | 11.16 | 26.79 | - |
| YUV | 89.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 96 | 141 | 0.60 | 0.32 | 0 | 0.45 | 212.14 | 0.42 | 0.39 |
| Hex | 39 | 60 | 8D | 3C | 20 | 0 | 2D | D4 | 2A | 27 |
| Octal | 71 | 140 | 215 | 74 | 40 | 0 | 55 | 324 | 52 | 47 |
| Binary | 111001 | 1100000 | 10001101 | 111100 | 100000 | 0 | 101101 | 11010100 | 101010 | 100111 |
Color Harmonies of #39608D
Complementary color
Monochromatic Colors of #39608D
Black with #39608D
Text Example
Text Example
White with #39608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39608D; }
p { color: rgb(57,96,141); }
H1.HeaderClassName
{
color: #39608D;
}
.AnyTagClassName
{
color: #39608D;
}
</style>
background-color css
<style>
a { background-color: #39608D; }
a { background-color: rgb(57,96,141); }
div.DivClassName
{
background-color: #39608D;
}
.BgClassName
{
background-color: #39608D;
}
</style>
border-color css
<style>
span { border-color: #39608D; }
span { border-color: rgb(57,96,141); }
td.TdClassName
{
border-color: #39608D;
}
.TagClassName
{
border-color: #39608D;
}
</style>