Shades of Endeavour #346191
Tints of Endeavour #346191
RGB
CMYK
RGB Variations
Color information
#346191 (or 0x346191) is known color: Endeavour. HEX triplet: 34, 61 and 91. RGB value is (52,97,145). Sum of RGB (Red+Green+Blue) = 52+97+145=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #346191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346191 is #CB9E6E. Grayscale: #585858. Windows color (decimal): -13344367 or 9527604. OLE color: 9527604.
HSL color Cylindrical-coordinate representation of color #346191: hue angle of 210.97º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346191 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 97 | 145 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.43 |
| HSL | 210.97º | 0.47% | 0.39% | - |
| HSV(B) | 210.97º | 0.64% | 0.57% | - |
| XYZ | 10.8 | 11.32 | 28.4 | - |
| YUV | 89.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 145 | 0.64 | 0.33 | 0 | 0.43 | 210.97 | 0.47 | 0.39 |
| Hex | 34 | 61 | 91 | 40 | 21 | 0 | 2B | D3 | 2F | 27 |
| Octal | 64 | 141 | 221 | 100 | 41 | 0 | 53 | 323 | 57 | 47 |
| Binary | 110100 | 1100001 | 10010001 | 1000000 | 100001 | 0 | 101011 | 11010011 | 101111 | 100111 |
Color Harmonies of #346191
Complementary color
Monochromatic Colors of #346191
Black with #346191
Text Example
Text Example
White with #346191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346191; }
p { color: rgb(52,97,145); }
H1.HeaderClassName
{
color: #346191;
}
.AnyTagClassName
{
color: #346191;
}
</style>
background-color css
<style>
a { background-color: #346191; }
a { background-color: rgb(52,97,145); }
div.DivClassName
{
background-color: #346191;
}
.BgClassName
{
background-color: #346191;
}
</style>
border-color css
<style>
span { border-color: #346191; }
span { border-color: rgb(52,97,145); }
td.TdClassName
{
border-color: #346191;
}
.TagClassName
{
border-color: #346191;
}
</style>