Shades of Endeavour #345D8D
Tints of Endeavour #345D8D
RGB
CMYK
RGB Variations
Color information
#345D8D (or 0x345D8D) is known color: Endeavour. HEX triplet: 34, 5D and 8D. RGB value is (52,93,141). Sum of RGB (Red+Green+Blue) = 52+93+141=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #345D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D8D is #CBA272. Grayscale: #555555. Windows color (decimal): -13345395 or 9264436. OLE color: 9264436.
HSL color Cylindrical-coordinate representation of color #345D8D: hue angle of 212.36º 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 #345D8D is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 93 | 141 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.45 |
| HSL | 212.36º | 0.46% | 0.38% | - |
| HSV(B) | 212.36º | 0.63% | 0.55% | - |
| XYZ | 10.14 | 10.48 | 26.69 | - |
| YUV | 86.21 | 158.92 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 141 | 0.63 | 0.34 | 0 | 0.45 | 212.36 | 0.46 | 0.38 |
| Hex | 34 | 5D | 8D | 3F | 22 | 0 | 2D | D4 | 2E | 26 |
| Octal | 64 | 135 | 215 | 77 | 42 | 0 | 55 | 324 | 56 | 46 |
| Binary | 110100 | 1011101 | 10001101 | 111111 | 100010 | 0 | 101101 | 11010100 | 101110 | 100110 |
Color Harmonies of #345D8D
Complementary color
Monochromatic Colors of #345D8D
Black with #345D8D
Text Example
Text Example
White with #345D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D8D; }
p { color: rgb(52,93,141); }
H1.HeaderClassName
{
color: #345D8D;
}
.AnyTagClassName
{
color: #345D8D;
}
</style>
background-color css
<style>
a { background-color: #345D8D; }
a { background-color: rgb(52,93,141); }
div.DivClassName
{
background-color: #345D8D;
}
.BgClassName
{
background-color: #345D8D;
}
</style>
border-color css
<style>
span { border-color: #345D8D; }
span { border-color: rgb(52,93,141); }
td.TdClassName
{
border-color: #345D8D;
}
.TagClassName
{
border-color: #345D8D;
}
</style>