Shades of Endeavour #345D8A
Tints of Endeavour #345D8A
RGB
CMYK
RGB Variations
Color information
#345D8A (or 0x345D8A) is known color: Endeavour. HEX triplet: 34, 5D and 8A. RGB value is (52,93,138). Sum of RGB (Red+Green+Blue) = 52+93+138=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #345D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D8A is #CBA275. Grayscale: #555555. Windows color (decimal): -13345398 or 9067828. OLE color: 9067828.
HSL color Cylindrical-coordinate representation of color #345D8A: hue angle of 211.4º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #345D8A is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 93 | 138 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.46 |
| HSL | 211.4º | 0.45% | 0.37% | - |
| HSV(B) | 211.4º | 0.62% | 0.54% | - |
| XYZ | 9.92 | 10.39 | 25.53 | - |
| YUV | 85.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 138 | 0.62 | 0.33 | 0 | 0.46 | 211.4 | 0.45 | 0.37 |
| Hex | 34 | 5D | 8A | 3E | 21 | 0 | 2E | D3 | 2D | 25 |
| Octal | 64 | 135 | 212 | 76 | 41 | 0 | 56 | 323 | 55 | 45 |
| Binary | 110100 | 1011101 | 10001010 | 111110 | 100001 | 0 | 101110 | 11010011 | 101101 | 100101 |
Color Harmonies of #345D8A
Complementary color
Monochromatic Colors of #345D8A
Black with #345D8A
Text Example
Text Example
White with #345D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D8A; }
p { color: rgb(52,93,138); }
H1.HeaderClassName
{
color: #345D8A;
}
.AnyTagClassName
{
color: #345D8A;
}
</style>
background-color css
<style>
a { background-color: #345D8A; }
a { background-color: rgb(52,93,138); }
div.DivClassName
{
background-color: #345D8A;
}
.BgClassName
{
background-color: #345D8A;
}
</style>
border-color css
<style>
span { border-color: #345D8A; }
span { border-color: rgb(52,93,138); }
td.TdClassName
{
border-color: #345D8A;
}
.TagClassName
{
border-color: #345D8A;
}
</style>