Shades of Endeavour #346090
Tints of Endeavour #346090
RGB
CMYK
RGB Variations
Color information
#346090 (or 0x346090) is known color: Endeavour. HEX triplet: 34, 60 and 90. RGB value is (52,96,144). Sum of RGB (Red+Green+Blue) = 52+96+144=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #346090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346090 is #CB9F6F. Grayscale: #585858. Windows color (decimal): -13344624 or 9461812. OLE color: 9461812.
HSL color Cylindrical-coordinate representation of color #346090: hue angle of 211.3º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346090 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 96 | 144 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.44 |
| HSL | 211.3º | 0.47% | 0.38% | - |
| HSV(B) | 211.3º | 0.64% | 0.56% | - |
| XYZ | 10.63 | 11.11 | 27.97 | - |
| YUV | 88.32 | 159.42 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 144 | 0.64 | 0.33 | 0 | 0.44 | 211.3 | 0.47 | 0.38 |
| Hex | 34 | 60 | 90 | 40 | 21 | 0 | 2C | D3 | 2F | 26 |
| Octal | 64 | 140 | 220 | 100 | 41 | 0 | 54 | 323 | 57 | 46 |
| Binary | 110100 | 1100000 | 10010000 | 1000000 | 100001 | 0 | 101100 | 11010011 | 101111 | 100110 |
Color Harmonies of #346090
Complementary color
Monochromatic Colors of #346090
Black with #346090
Text Example
Text Example
White with #346090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346090; }
p { color: rgb(52,96,144); }
H1.HeaderClassName
{
color: #346090;
}
.AnyTagClassName
{
color: #346090;
}
</style>
background-color css
<style>
a { background-color: #346090; }
a { background-color: rgb(52,96,144); }
div.DivClassName
{
background-color: #346090;
}
.BgClassName
{
background-color: #346090;
}
</style>
border-color css
<style>
span { border-color: #346090; }
span { border-color: rgb(52,96,144); }
td.TdClassName
{
border-color: #346090;
}
.TagClassName
{
border-color: #346090;
}
</style>