Shades of Endeavour #345B93
Tints of Endeavour #345B93
RGB
CMYK
RGB Variations
Color information
#345B93 (or 0x345B93) is known color: Endeavour. HEX triplet: 34, 5B and 93. RGB value is (52,91,147). Sum of RGB (Red+Green+Blue) = 52+91+147=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #345B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B93 is #CBA46C. Grayscale: #555555. Windows color (decimal): -13345901 or 9657140. OLE color: 9657140.
HSL color Cylindrical-coordinate representation of color #345B93: hue angle of 215.37º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345B93 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 91 | 147 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.42 |
| HSL | 215.37º | 0.48% | 0.39% | - |
| HSV(B) | 215.37º | 0.65% | 0.58% | - |
| XYZ | 10.42 | 10.32 | 29.05 | - |
| YUV | 85.72 | 162.58 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 147 | 0.65 | 0.38 | 0 | 0.42 | 215.37 | 0.48 | 0.39 |
| Hex | 34 | 5B | 93 | 41 | 26 | 0 | 2A | D7 | 30 | 27 |
| Octal | 64 | 133 | 223 | 101 | 46 | 0 | 52 | 327 | 60 | 47 |
| Binary | 110100 | 1011011 | 10010011 | 1000001 | 100110 | 0 | 101010 | 11010111 | 110000 | 100111 |
Color Harmonies of #345B93
Complementary color
Monochromatic Colors of #345B93
Black with #345B93
Text Example
Text Example
White with #345B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B93; }
p { color: rgb(52,91,147); }
H1.HeaderClassName
{
color: #345B93;
}
.AnyTagClassName
{
color: #345B93;
}
</style>
background-color css
<style>
a { background-color: #345B93; }
a { background-color: rgb(52,91,147); }
div.DivClassName
{
background-color: #345B93;
}
.BgClassName
{
background-color: #345B93;
}
</style>
border-color css
<style>
span { border-color: #345B93; }
span { border-color: rgb(52,91,147); }
td.TdClassName
{
border-color: #345B93;
}
.TagClassName
{
border-color: #345B93;
}
</style>