Shades of Endeavour #345D91
Tints of Endeavour #345D91
RGB
CMYK
RGB Variations
Color information
#345D91 (or 0x345D91) is known color: Endeavour. HEX triplet: 34, 5D and 91. RGB value is (52,93,145). Sum of RGB (Red+Green+Blue) = 52+93+145=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #345D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D91 is #CBA26E. Grayscale: #565656. Windows color (decimal): -13345391 or 9526580. OLE color: 9526580.
HSL color Cylindrical-coordinate representation of color #345D91: hue angle of 213.55º 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 #345D91 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 93 | 145 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.43 |
| HSL | 213.55º | 0.47% | 0.39% | - |
| HSV(B) | 213.55º | 0.64% | 0.57% | - |
| XYZ | 10.44 | 10.6 | 28.28 | - |
| YUV | 86.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 145 | 0.64 | 0.36 | 0 | 0.43 | 213.55 | 0.47 | 0.39 |
| Hex | 34 | 5D | 91 | 40 | 24 | 0 | 2B | D6 | 2F | 27 |
| Octal | 64 | 135 | 221 | 100 | 44 | 0 | 53 | 326 | 57 | 47 |
| Binary | 110100 | 1011101 | 10010001 | 1000000 | 100100 | 0 | 101011 | 11010110 | 101111 | 100111 |
Color Harmonies of #345D91
Complementary color
Monochromatic Colors of #345D91
Black with #345D91
Text Example
Text Example
White with #345D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D91; }
p { color: rgb(52,93,145); }
H1.HeaderClassName
{
color: #345D91;
}
.AnyTagClassName
{
color: #345D91;
}
</style>
background-color css
<style>
a { background-color: #345D91; }
a { background-color: rgb(52,93,145); }
div.DivClassName
{
background-color: #345D91;
}
.BgClassName
{
background-color: #345D91;
}
</style>
border-color css
<style>
span { border-color: #345D91; }
span { border-color: rgb(52,93,145); }
td.TdClassName
{
border-color: #345D91;
}
.TagClassName
{
border-color: #345D91;
}
</style>