Shades of Endeavour #356194
Tints of Endeavour #356194
RGB
CMYK
RGB Variations
Color information
#356194 (or 0x356194) is known color: Endeavour. HEX triplet: 35, 61 and 94. RGB value is (53,97,148). Sum of RGB (Red+Green+Blue) = 53+97+148=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #356194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356194 is #CA9E6B. Grayscale: #595959. Windows color (decimal): -13278828 or 9724213. OLE color: 9724213.
HSL color Cylindrical-coordinate representation of color #356194: hue angle of 212.21º 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 #356194 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 97 | 148 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.42 |
| HSL | 212.21º | 0.47% | 0.39% | - |
| HSV(B) | 212.21º | 0.64% | 0.58% | - |
| XYZ | 11.09 | 11.44 | 29.64 | - |
| YUV | 89.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 97 | 148 | 0.64 | 0.34 | 0 | 0.42 | 212.21 | 0.47 | 0.39 |
| Hex | 35 | 61 | 94 | 40 | 22 | 0 | 2A | D4 | 2F | 27 |
| Octal | 65 | 141 | 224 | 100 | 42 | 0 | 52 | 324 | 57 | 47 |
| Binary | 110101 | 1100001 | 10010100 | 1000000 | 100010 | 0 | 101010 | 11010100 | 101111 | 100111 |
Color Harmonies of #356194
Complementary color
Monochromatic Colors of #356194
Black with #356194
Text Example
Text Example
White with #356194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356194; }
p { color: rgb(53,97,148); }
H1.HeaderClassName
{
color: #356194;
}
.AnyTagClassName
{
color: #356194;
}
</style>
background-color css
<style>
a { background-color: #356194; }
a { background-color: rgb(53,97,148); }
div.DivClassName
{
background-color: #356194;
}
.BgClassName
{
background-color: #356194;
}
</style>
border-color css
<style>
span { border-color: #356194; }
span { border-color: rgb(53,97,148); }
td.TdClassName
{
border-color: #356194;
}
.TagClassName
{
border-color: #356194;
}
</style>