Shades of Endeavour #345D8B
Tints of Endeavour #345D8B
RGB
CMYK
RGB Variations
Color information
#345D8B (or 0x345D8B) is known color: Endeavour. HEX triplet: 34, 5D and 8B. RGB value is (52,93,139). Sum of RGB (Red+Green+Blue) = 52+93+139=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #345D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D8B is #CBA274. Grayscale: #555555. Windows color (decimal): -13345397 or 9133364. OLE color: 9133364.
HSL color Cylindrical-coordinate representation of color #345D8B: hue angle of 211.72º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #345D8B is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 93 | 139 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.45 |
| HSL | 211.72º | 0.46% | 0.37% | - |
| HSV(B) | 211.72º | 0.63% | 0.55% | - |
| XYZ | 9.99 | 10.42 | 25.91 | - |
| YUV | 85.99 | 157.92 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 139 | 0.63 | 0.33 | 0 | 0.45 | 211.72 | 0.46 | 0.37 |
| Hex | 34 | 5D | 8B | 3F | 21 | 0 | 2D | D4 | 2E | 25 |
| Octal | 64 | 135 | 213 | 77 | 41 | 0 | 55 | 324 | 56 | 45 |
| Binary | 110100 | 1011101 | 10001011 | 111111 | 100001 | 0 | 101101 | 11010100 | 101110 | 100101 |
Color Harmonies of #345D8B
Complementary color
Monochromatic Colors of #345D8B
Black with #345D8B
Text Example
Text Example
White with #345D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D8B; }
p { color: rgb(52,93,139); }
H1.HeaderClassName
{
color: #345D8B;
}
.AnyTagClassName
{
color: #345D8B;
}
</style>
background-color css
<style>
a { background-color: #345D8B; }
a { background-color: rgb(52,93,139); }
div.DivClassName
{
background-color: #345D8B;
}
.BgClassName
{
background-color: #345D8B;
}
</style>
border-color css
<style>
span { border-color: #345D8B; }
span { border-color: rgb(52,93,139); }
td.TdClassName
{
border-color: #345D8B;
}
.TagClassName
{
border-color: #345D8B;
}
</style>