Shades of Endeavour #376193
Tints of Endeavour #376193
RGB
CMYK
RGB Variations
Color information
#376193 (or 0x376193) is known color: Endeavour. HEX triplet: 37, 61 and 93. RGB value is (55,97,147). Sum of RGB (Red+Green+Blue) = 55+97+147=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #376193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376193 is #C89E6C. Grayscale: #595959. Windows color (decimal): -13147757 or 9658679. OLE color: 9658679.
HSL color Cylindrical-coordinate representation of color #376193: hue angle of 212.61º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #376193 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 97 | 147 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.42 |
| HSL | 212.61º | 0.46% | 0.4% | - |
| HSV(B) | 212.61º | 0.63% | 0.58% | - |
| XYZ | 11.12 | 11.47 | 29.23 | - |
| YUV | 90.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 147 | 0.63 | 0.34 | 0 | 0.42 | 212.61 | 0.46 | 0.4 |
| Hex | 37 | 61 | 93 | 3F | 22 | 0 | 2A | D5 | 2E | 28 |
| Octal | 67 | 141 | 223 | 77 | 42 | 0 | 52 | 325 | 56 | 50 |
| Binary | 110111 | 1100001 | 10010011 | 111111 | 100010 | 0 | 101010 | 11010101 | 101110 | 101000 |
Color Harmonies of #376193
Complementary color
Monochromatic Colors of #376193
Black with #376193
Text Example
Text Example
White with #376193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376193; }
p { color: rgb(55,97,147); }
H1.HeaderClassName
{
color: #376193;
}
.AnyTagClassName
{
color: #376193;
}
</style>
background-color css
<style>
a { background-color: #376193; }
a { background-color: rgb(55,97,147); }
div.DivClassName
{
background-color: #376193;
}
.BgClassName
{
background-color: #376193;
}
</style>
border-color css
<style>
span { border-color: #376193; }
span { border-color: rgb(55,97,147); }
td.TdClassName
{
border-color: #376193;
}
.TagClassName
{
border-color: #376193;
}
</style>