Shades of Endeavour #345F8D
Tints of Endeavour #345F8D
RGB
CMYK
RGB Variations
Color information
#345F8D (or 0x345F8D) is known color: Endeavour. HEX triplet: 34, 5F and 8D. RGB value is (52,95,141). Sum of RGB (Red+Green+Blue) = 52+95+141=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #345F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F8D is #CBA072. Grayscale: #575757. Windows color (decimal): -13344883 or 9264948. OLE color: 9264948.
HSL color Cylindrical-coordinate representation of color #345F8D: hue angle of 211.01º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #345F8D is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 95 | 141 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.45 |
| HSL | 211.01º | 0.46% | 0.38% | - |
| HSV(B) | 211.01º | 0.63% | 0.55% | - |
| XYZ | 10.32 | 10.84 | 26.75 | - |
| YUV | 87.39 | 158.25 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 141 | 0.63 | 0.33 | 0 | 0.45 | 211.01 | 0.46 | 0.38 |
| Hex | 34 | 5F | 8D | 3F | 21 | 0 | 2D | D3 | 2E | 26 |
| Octal | 64 | 137 | 215 | 77 | 41 | 0 | 55 | 323 | 56 | 46 |
| Binary | 110100 | 1011111 | 10001101 | 111111 | 100001 | 0 | 101101 | 11010011 | 101110 | 100110 |
Color Harmonies of #345F8D
Complementary color
Monochromatic Colors of #345F8D
Black with #345F8D
Text Example
Text Example
White with #345F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F8D; }
p { color: rgb(52,95,141); }
H1.HeaderClassName
{
color: #345F8D;
}
.AnyTagClassName
{
color: #345F8D;
}
</style>
background-color css
<style>
a { background-color: #345F8D; }
a { background-color: rgb(52,95,141); }
div.DivClassName
{
background-color: #345F8D;
}
.BgClassName
{
background-color: #345F8D;
}
</style>
border-color css
<style>
span { border-color: #345F8D; }
span { border-color: rgb(52,95,141); }
td.TdClassName
{
border-color: #345F8D;
}
.TagClassName
{
border-color: #345F8D;
}
</style>