Shades of Endeavour #39608E
Tints of Endeavour #39608E
RGB
CMYK
RGB Variations
Color information
#39608E (or 0x39608E) is known color: Endeavour. HEX triplet: 39, 60 and 8E. RGB value is (57,96,142). Sum of RGB (Red+Green+Blue) = 57+96+142=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #39608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39608E is #C69F71. Grayscale: #595959. Windows color (decimal): -13016946 or 9330745. OLE color: 9330745.
HSL color Cylindrical-coordinate representation of color #39608E: hue angle of 212.47º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39608E is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 96 | 142 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.44 |
| HSL | 212.47º | 0.43% | 0.39% | - |
| HSV(B) | 212.47º | 0.6% | 0.56% | - |
| XYZ | 10.75 | 11.19 | 27.18 | - |
| YUV | 89.58 | 157.58 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 96 | 142 | 0.60 | 0.32 | 0 | 0.44 | 212.47 | 0.43 | 0.39 |
| Hex | 39 | 60 | 8E | 3C | 20 | 0 | 2C | D4 | 2B | 27 |
| Octal | 71 | 140 | 216 | 74 | 40 | 0 | 54 | 324 | 53 | 47 |
| Binary | 111001 | 1100000 | 10001110 | 111100 | 100000 | 0 | 101100 | 11010100 | 101011 | 100111 |
Color Harmonies of #39608E
Complementary color
Monochromatic Colors of #39608E
Black with #39608E
Text Example
Text Example
White with #39608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39608E; }
p { color: rgb(57,96,142); }
H1.HeaderClassName
{
color: #39608E;
}
.AnyTagClassName
{
color: #39608E;
}
</style>
background-color css
<style>
a { background-color: #39608E; }
a { background-color: rgb(57,96,142); }
div.DivClassName
{
background-color: #39608E;
}
.BgClassName
{
background-color: #39608E;
}
</style>
border-color css
<style>
span { border-color: #39608E; }
span { border-color: rgb(57,96,142); }
td.TdClassName
{
border-color: #39608E;
}
.TagClassName
{
border-color: #39608E;
}
</style>