Shades of Endeavour #376191
Tints of Endeavour #376191
RGB
CMYK
RGB Variations
Color information
#376191 (or 0x376191) is known color: Endeavour. HEX triplet: 37, 61 and 91. RGB value is (55,97,145). Sum of RGB (Red+Green+Blue) = 55+97+145=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #376191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376191 is #C89E6E. Grayscale: #595959. Windows color (decimal): -13147759 or 9527607. OLE color: 9527607.
HSL color Cylindrical-coordinate representation of color #376191: hue angle of 212º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376191 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 97 | 145 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.43 |
| HSL | 212º | 0.45% | 0.39% | - |
| HSV(B) | 212º | 0.62% | 0.57% | - |
| XYZ | 10.96 | 11.41 | 28.41 | - |
| YUV | 89.91 | 159.09 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 145 | 0.62 | 0.33 | 0 | 0.43 | 212 | 0.45 | 0.39 |
| Hex | 37 | 61 | 91 | 3E | 21 | 0 | 2B | D4 | 2D | 27 |
| Octal | 67 | 141 | 221 | 76 | 41 | 0 | 53 | 324 | 55 | 47 |
| Binary | 110111 | 1100001 | 10010001 | 111110 | 100001 | 0 | 101011 | 11010100 | 101101 | 100111 |
Color Harmonies of #376191
Complementary color
Monochromatic Colors of #376191
Black with #376191
Text Example
Text Example
White with #376191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376191; }
p { color: rgb(55,97,145); }
H1.HeaderClassName
{
color: #376191;
}
.AnyTagClassName
{
color: #376191;
}
</style>
background-color css
<style>
a { background-color: #376191; }
a { background-color: rgb(55,97,145); }
div.DivClassName
{
background-color: #376191;
}
.BgClassName
{
background-color: #376191;
}
</style>
border-color css
<style>
span { border-color: #376191; }
span { border-color: rgb(55,97,145); }
td.TdClassName
{
border-color: #376191;
}
.TagClassName
{
border-color: #376191;
}
</style>