Shades of Endeavour #395F8E
Tints of Endeavour #395F8E
RGB
CMYK
RGB Variations
Color information
#395F8E (or 0x395F8E) is known color: Endeavour. HEX triplet: 39, 5F and 8E. RGB value is (57,95,142). Sum of RGB (Red+Green+Blue) = 57+95+142=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #395F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395F8E is #C6A071. Grayscale: #585858. Windows color (decimal): -13017202 or 9330489. OLE color: 9330489.
HSL color Cylindrical-coordinate representation of color #395F8E: hue angle of 213.18º 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 #395F8E is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 95 | 142 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.44 |
| HSL | 213.18º | 0.43% | 0.39% | - |
| HSV(B) | 213.18º | 0.6% | 0.56% | - |
| XYZ | 10.66 | 11.01 | 27.15 | - |
| YUV | 89 | 157.91 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 95 | 142 | 0.60 | 0.33 | 0 | 0.44 | 213.18 | 0.43 | 0.39 |
| Hex | 39 | 5F | 8E | 3C | 21 | 0 | 2C | D5 | 2B | 27 |
| Octal | 71 | 137 | 216 | 74 | 41 | 0 | 54 | 325 | 53 | 47 |
| Binary | 111001 | 1011111 | 10001110 | 111100 | 100001 | 0 | 101100 | 11010101 | 101011 | 100111 |
Color Harmonies of #395F8E
Complementary color
Monochromatic Colors of #395F8E
Black with #395F8E
Text Example
Text Example
White with #395F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395F8E; }
p { color: rgb(57,95,142); }
H1.HeaderClassName
{
color: #395F8E;
}
.AnyTagClassName
{
color: #395F8E;
}
</style>
background-color css
<style>
a { background-color: #395F8E; }
a { background-color: rgb(57,95,142); }
div.DivClassName
{
background-color: #395F8E;
}
.BgClassName
{
background-color: #395F8E;
}
</style>
border-color css
<style>
span { border-color: #395F8E; }
span { border-color: rgb(57,95,142); }
td.TdClassName
{
border-color: #395F8E;
}
.TagClassName
{
border-color: #395F8E;
}
</style>