Shades of Endeavour #345A8D
Tints of Endeavour #345A8D
RGB
CMYK
RGB Variations
Color information
#345A8D (or 0x345A8D) is known color: Endeavour. HEX triplet: 34, 5A and 8D. RGB value is (52,90,141). Sum of RGB (Red+Green+Blue) = 52+90+141=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #345A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A8D is #CBA572. Grayscale: #545454. Windows color (decimal): -13346163 or 9263668. OLE color: 9263668.
HSL color Cylindrical-coordinate representation of color #345A8D: hue angle of 214.38º 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 #345A8D is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 90 | 141 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.45 |
| HSL | 214.38º | 0.46% | 0.38% | - |
| HSV(B) | 214.38º | 0.63% | 0.55% | - |
| XYZ | 9.88 | 9.97 | 26.6 | - |
| YUV | 84.45 | 159.91 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 141 | 0.63 | 0.36 | 0 | 0.45 | 214.38 | 0.46 | 0.38 |
| Hex | 34 | 5A | 8D | 3F | 24 | 0 | 2D | D6 | 2E | 26 |
| Octal | 64 | 132 | 215 | 77 | 44 | 0 | 55 | 326 | 56 | 46 |
| Binary | 110100 | 1011010 | 10001101 | 111111 | 100100 | 0 | 101101 | 11010110 | 101110 | 100110 |
Color Harmonies of #345A8D
Complementary color
Monochromatic Colors of #345A8D
Black with #345A8D
Text Example
Text Example
White with #345A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A8D; }
p { color: rgb(52,90,141); }
H1.HeaderClassName
{
color: #345A8D;
}
.AnyTagClassName
{
color: #345A8D;
}
</style>
background-color css
<style>
a { background-color: #345A8D; }
a { background-color: rgb(52,90,141); }
div.DivClassName
{
background-color: #345A8D;
}
.BgClassName
{
background-color: #345A8D;
}
</style>
border-color css
<style>
span { border-color: #345A8D; }
span { border-color: rgb(52,90,141); }
td.TdClassName
{
border-color: #345A8D;
}
.TagClassName
{
border-color: #345A8D;
}
</style>