Shades of Endeavour #345F8E
Tints of Endeavour #345F8E
RGB
CMYK
RGB Variations
Color information
#345F8E (or 0x345F8E) is known color: Endeavour. HEX triplet: 34, 5F and 8E. RGB value is (52,95,142). Sum of RGB (Red+Green+Blue) = 52+95+142=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #345F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F8E is #CBA071. Grayscale: #575757. Windows color (decimal): -13344882 or 9330484. OLE color: 9330484.
HSL color Cylindrical-coordinate representation of color #345F8E: hue angle of 211.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #345F8E is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 95 | 142 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.44 |
| HSL | 211.33º | 0.46% | 0.38% | - |
| HSV(B) | 211.33º | 0.63% | 0.56% | - |
| XYZ | 10.39 | 10.87 | 27.14 | - |
| YUV | 87.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 142 | 0.63 | 0.33 | 0 | 0.44 | 211.33 | 0.46 | 0.38 |
| Hex | 34 | 5F | 8E | 3F | 21 | 0 | 2C | D3 | 2E | 26 |
| Octal | 64 | 137 | 216 | 77 | 41 | 0 | 54 | 323 | 56 | 46 |
| Binary | 110100 | 1011111 | 10001110 | 111111 | 100001 | 0 | 101100 | 11010011 | 101110 | 100110 |
Color Harmonies of #345F8E
Complementary color
Monochromatic Colors of #345F8E
Black with #345F8E
Text Example
Text Example
White with #345F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F8E; }
p { color: rgb(52,95,142); }
H1.HeaderClassName
{
color: #345F8E;
}
.AnyTagClassName
{
color: #345F8E;
}
</style>
background-color css
<style>
a { background-color: #345F8E; }
a { background-color: rgb(52,95,142); }
div.DivClassName
{
background-color: #345F8E;
}
.BgClassName
{
background-color: #345F8E;
}
</style>
border-color css
<style>
span { border-color: #345F8E; }
span { border-color: rgb(52,95,142); }
td.TdClassName
{
border-color: #345F8E;
}
.TagClassName
{
border-color: #345F8E;
}
</style>