Shades of Endeavour #346293
Tints of Endeavour #346293
RGB
CMYK
RGB Variations
Color information
#346293 (or 0x346293) is known color: Endeavour. HEX triplet: 34, 62 and 93. RGB value is (52,98,147). Sum of RGB (Red+Green+Blue) = 52+98+147=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #346293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346293 is #CB9D6C. Grayscale: #595959. Windows color (decimal): -13344109 or 9658932. OLE color: 9658932.
HSL color Cylindrical-coordinate representation of color #346293: hue angle of 210.95º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346293 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 98 | 147 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.42 |
| HSL | 210.95º | 0.48% | 0.39% | - |
| HSV(B) | 210.95º | 0.65% | 0.58% | - |
| XYZ | 11.05 | 11.57 | 29.25 | - |
| YUV | 89.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 147 | 0.65 | 0.33 | 0 | 0.42 | 210.95 | 0.48 | 0.39 |
| Hex | 34 | 62 | 93 | 41 | 21 | 0 | 2A | D3 | 30 | 27 |
| Octal | 64 | 142 | 223 | 101 | 41 | 0 | 52 | 323 | 60 | 47 |
| Binary | 110100 | 1100010 | 10010011 | 1000001 | 100001 | 0 | 101010 | 11010011 | 110000 | 100111 |
Color Harmonies of #346293
Complementary color
Monochromatic Colors of #346293
Black with #346293
Text Example
Text Example
White with #346293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346293; }
p { color: rgb(52,98,147); }
H1.HeaderClassName
{
color: #346293;
}
.AnyTagClassName
{
color: #346293;
}
</style>
background-color css
<style>
a { background-color: #346293; }
a { background-color: rgb(52,98,147); }
div.DivClassName
{
background-color: #346293;
}
.BgClassName
{
background-color: #346293;
}
</style>
border-color css
<style>
span { border-color: #346293; }
span { border-color: rgb(52,98,147); }
td.TdClassName
{
border-color: #346293;
}
.TagClassName
{
border-color: #346293;
}
</style>