Shades of Endeavour #356193
Tints of Endeavour #356193
RGB
CMYK
RGB Variations
Color information
#356193 (or 0x356193) is known color: Endeavour. HEX triplet: 35, 61 and 93. RGB value is (53,97,147). Sum of RGB (Red+Green+Blue) = 53+97+147=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #356193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356193 is #CA9E6C. Grayscale: #595959. Windows color (decimal): -13278829 or 9658677. OLE color: 9658677.
HSL color Cylindrical-coordinate representation of color #356193: hue angle of 211.91º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356193 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 97 | 147 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.42 |
| HSL | 211.91º | 0.47% | 0.39% | - |
| HSV(B) | 211.91º | 0.64% | 0.58% | - |
| XYZ | 11.01 | 11.41 | 29.23 | - |
| YUV | 89.54 | 160.42 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 147 | 0.64 | 0.34 | 0 | 0.42 | 211.91 | 0.47 | 0.39 |
| Hex | 35 | 61 | 93 | 40 | 22 | 0 | 2A | D4 | 2F | 27 |
| Octal | 65 | 141 | 223 | 100 | 42 | 0 | 52 | 324 | 57 | 47 |
| Binary | 110101 | 1100001 | 10010011 | 1000000 | 100010 | 0 | 101010 | 11010100 | 101111 | 100111 |
Color Harmonies of #356193
Complementary color
Monochromatic Colors of #356193
Black with #356193
Text Example
Text Example
White with #356193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356193; }
p { color: rgb(53,97,147); }
H1.HeaderClassName
{
color: #356193;
}
.AnyTagClassName
{
color: #356193;
}
</style>
background-color css
<style>
a { background-color: #356193; }
a { background-color: rgb(53,97,147); }
div.DivClassName
{
background-color: #356193;
}
.BgClassName
{
background-color: #356193;
}
</style>
border-color css
<style>
span { border-color: #356193; }
span { border-color: rgb(53,97,147); }
td.TdClassName
{
border-color: #356193;
}
.TagClassName
{
border-color: #356193;
}
</style>