Shades of Endeavour #345C8A
Tints of Endeavour #345C8A
RGB
CMYK
RGB Variations
Color information
#345C8A (or 0x345C8A) is known color: Endeavour. HEX triplet: 34, 5C and 8A. RGB value is (52,92,138). Sum of RGB (Red+Green+Blue) = 52+92+138=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #345C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C8A is #CBA375. Grayscale: #555555. Windows color (decimal): -13345654 or 9067572. OLE color: 9067572.
HSL color Cylindrical-coordinate representation of color #345C8A: hue angle of 212.09º 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 #345C8A is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 92 | 138 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.46 |
| HSL | 212.09º | 0.45% | 0.37% | - |
| HSV(B) | 212.09º | 0.62% | 0.54% | - |
| XYZ | 9.83 | 10.22 | 25.5 | - |
| YUV | 85.28 | 157.75 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 138 | 0.62 | 0.33 | 0 | 0.46 | 212.09 | 0.45 | 0.37 |
| Hex | 34 | 5C | 8A | 3E | 21 | 0 | 2E | D4 | 2D | 25 |
| Octal | 64 | 134 | 212 | 76 | 41 | 0 | 56 | 324 | 55 | 45 |
| Binary | 110100 | 1011100 | 10001010 | 111110 | 100001 | 0 | 101110 | 11010100 | 101101 | 100101 |
Color Harmonies of #345C8A
Complementary color
Monochromatic Colors of #345C8A
Black with #345C8A
Text Example
Text Example
White with #345C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C8A; }
p { color: rgb(52,92,138); }
H1.HeaderClassName
{
color: #345C8A;
}
.AnyTagClassName
{
color: #345C8A;
}
</style>
background-color css
<style>
a { background-color: #345C8A; }
a { background-color: rgb(52,92,138); }
div.DivClassName
{
background-color: #345C8A;
}
.BgClassName
{
background-color: #345C8A;
}
</style>
border-color css
<style>
span { border-color: #345C8A; }
span { border-color: rgb(52,92,138); }
td.TdClassName
{
border-color: #345C8A;
}
.TagClassName
{
border-color: #345C8A;
}
</style>