Shades of Endeavour #345F93
Tints of Endeavour #345F93
RGB
CMYK
RGB Variations
Color information
#345F93 (or 0x345F93) is known color: Endeavour. HEX triplet: 34, 5F and 93. RGB value is (52,95,147). Sum of RGB (Red+Green+Blue) = 52+95+147=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #345F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F93 is #CBA06C. Grayscale: #575757. Windows color (decimal): -13344877 or 9658164. OLE color: 9658164.
HSL color Cylindrical-coordinate representation of color #345F93: hue angle of 212.84º 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 #345F93 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 95 | 147 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.42 |
| HSL | 212.84º | 0.48% | 0.39% | - |
| HSV(B) | 212.84º | 0.65% | 0.58% | - |
| XYZ | 10.77 | 11.02 | 29.16 | - |
| YUV | 88.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 147 | 0.65 | 0.35 | 0 | 0.42 | 212.84 | 0.48 | 0.39 |
| Hex | 34 | 5F | 93 | 41 | 23 | 0 | 2A | D5 | 30 | 27 |
| Octal | 64 | 137 | 223 | 101 | 43 | 0 | 52 | 325 | 60 | 47 |
| Binary | 110100 | 1011111 | 10010011 | 1000001 | 100011 | 0 | 101010 | 11010101 | 110000 | 100111 |
Color Harmonies of #345F93
Complementary color
Monochromatic Colors of #345F93
Black with #345F93
Text Example
Text Example
White with #345F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F93; }
p { color: rgb(52,95,147); }
H1.HeaderClassName
{
color: #345F93;
}
.AnyTagClassName
{
color: #345F93;
}
</style>
background-color css
<style>
a { background-color: #345F93; }
a { background-color: rgb(52,95,147); }
div.DivClassName
{
background-color: #345F93;
}
.BgClassName
{
background-color: #345F93;
}
</style>
border-color css
<style>
span { border-color: #345F93; }
span { border-color: rgb(52,95,147); }
td.TdClassName
{
border-color: #345F93;
}
.TagClassName
{
border-color: #345F93;
}
</style>