Shades of Endeavour #345D94
Tints of Endeavour #345D94
RGB
CMYK
RGB Variations
Color information
#345D94 (or 0x345D94) is known color: Endeavour. HEX triplet: 34, 5D and 94. RGB value is (52,93,148). Sum of RGB (Red+Green+Blue) = 52+93+148=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #345D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D94 is #CBA26B. Grayscale: #565656. Windows color (decimal): -13345388 or 9723188. OLE color: 9723188.
HSL color Cylindrical-coordinate representation of color #345D94: hue angle of 214.38º 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 #345D94 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 93 | 148 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.42 |
| HSL | 214.38º | 0.48% | 0.39% | - |
| HSV(B) | 214.38º | 0.65% | 0.58% | - |
| XYZ | 10.68 | 10.7 | 29.52 | - |
| YUV | 87.01 | 162.42 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 148 | 0.65 | 0.37 | 0 | 0.42 | 214.38 | 0.48 | 0.39 |
| Hex | 34 | 5D | 94 | 41 | 25 | 0 | 2A | D6 | 30 | 27 |
| Octal | 64 | 135 | 224 | 101 | 45 | 0 | 52 | 326 | 60 | 47 |
| Binary | 110100 | 1011101 | 10010100 | 1000001 | 100101 | 0 | 101010 | 11010110 | 110000 | 100111 |
Color Harmonies of #345D94
Complementary color
Monochromatic Colors of #345D94
Black with #345D94
Text Example
Text Example
White with #345D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D94; }
p { color: rgb(52,93,148); }
H1.HeaderClassName
{
color: #345D94;
}
.AnyTagClassName
{
color: #345D94;
}
</style>
background-color css
<style>
a { background-color: #345D94; }
a { background-color: rgb(52,93,148); }
div.DivClassName
{
background-color: #345D94;
}
.BgClassName
{
background-color: #345D94;
}
</style>
border-color css
<style>
span { border-color: #345D94; }
span { border-color: rgb(52,93,148); }
td.TdClassName
{
border-color: #345D94;
}
.TagClassName
{
border-color: #345D94;
}
</style>