Shades of Endeavour #345C8F
Tints of Endeavour #345C8F
RGB
CMYK
RGB Variations
Color information
#345C8F (or 0x345C8F) is known color: Endeavour. HEX triplet: 34, 5C and 8F. RGB value is (52,92,143). Sum of RGB (Red+Green+Blue) = 52+92+143=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #345C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C8F is #CBA370. Grayscale: #555555. Windows color (decimal): -13345649 or 9395252. OLE color: 9395252.
HSL color Cylindrical-coordinate representation of color #345C8F: hue angle of 213.63º 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 #345C8F is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 92 | 143 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.44 |
| HSL | 213.63º | 0.47% | 0.38% | - |
| HSV(B) | 213.63º | 0.64% | 0.56% | - |
| XYZ | 10.2 | 10.37 | 27.45 | - |
| YUV | 85.85 | 160.25 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 143 | 0.64 | 0.36 | 0 | 0.44 | 213.63 | 0.47 | 0.38 |
| Hex | 34 | 5C | 8F | 40 | 24 | 0 | 2C | D6 | 2F | 26 |
| Octal | 64 | 134 | 217 | 100 | 44 | 0 | 54 | 326 | 57 | 46 |
| Binary | 110100 | 1011100 | 10001111 | 1000000 | 100100 | 0 | 101100 | 11010110 | 101111 | 100110 |
Color Harmonies of #345C8F
Complementary color
Monochromatic Colors of #345C8F
Black with #345C8F
Text Example
Text Example
White with #345C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C8F; }
p { color: rgb(52,92,143); }
H1.HeaderClassName
{
color: #345C8F;
}
.AnyTagClassName
{
color: #345C8F;
}
</style>
background-color css
<style>
a { background-color: #345C8F; }
a { background-color: rgb(52,92,143); }
div.DivClassName
{
background-color: #345C8F;
}
.BgClassName
{
background-color: #345C8F;
}
</style>
border-color css
<style>
span { border-color: #345C8F; }
span { border-color: rgb(52,92,143); }
td.TdClassName
{
border-color: #345C8F;
}
.TagClassName
{
border-color: #345C8F;
}
</style>