Shades of Endeavour #345B96
Tints of Endeavour #345B96
RGB
CMYK
RGB Variations
Color information
#345B96 (or 0x345B96) is known color: Endeavour. HEX triplet: 34, 5B and 96. RGB value is (52,91,150). Sum of RGB (Red+Green+Blue) = 52+91+150=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #345B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B96 is #CBA469. Grayscale: #555555. Windows color (decimal): -13345898 or 9853748. OLE color: 9853748.
HSL color Cylindrical-coordinate representation of color #345B96: hue angle of 216.12º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345B96 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 91 | 150 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.41 |
| HSL | 216.12º | 0.49% | 0.4% | - |
| HSV(B) | 216.12º | 0.65% | 0.59% | - |
| XYZ | 10.66 | 10.41 | 30.3 | - |
| YUV | 86.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 150 | 0.65 | 0.39 | 0 | 0.41 | 216.12 | 0.49 | 0.4 |
| Hex | 34 | 5B | 96 | 41 | 27 | 0 | 29 | D8 | 31 | 28 |
| Octal | 64 | 133 | 226 | 101 | 47 | 0 | 51 | 330 | 61 | 50 |
| Binary | 110100 | 1011011 | 10010110 | 1000001 | 100111 | 0 | 101001 | 11011000 | 110001 | 101000 |
Color Harmonies of #345B96
Complementary color
Monochromatic Colors of #345B96
Black with #345B96
Text Example
Text Example
White with #345B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B96; }
p { color: rgb(52,91,150); }
H1.HeaderClassName
{
color: #345B96;
}
.AnyTagClassName
{
color: #345B96;
}
</style>
background-color css
<style>
a { background-color: #345B96; }
a { background-color: rgb(52,91,150); }
div.DivClassName
{
background-color: #345B96;
}
.BgClassName
{
background-color: #345B96;
}
</style>
border-color css
<style>
span { border-color: #345B96; }
span { border-color: rgb(52,91,150); }
td.TdClassName
{
border-color: #345B96;
}
.TagClassName
{
border-color: #345B96;
}
</style>