Shades of Endeavour #366193
Tints of Endeavour #366193
RGB
CMYK
RGB Variations
Color information
#366193 (or 0x366193) is known color: Endeavour. HEX triplet: 36, 61 and 93. RGB value is (54,97,147). Sum of RGB (Red+Green+Blue) = 54+97+147=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #366193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366193 is #C99E6C. Grayscale: #595959. Windows color (decimal): -13213293 or 9658678. OLE color: 9658678.
HSL color Cylindrical-coordinate representation of color #366193: hue angle of 212.26º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366193 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 97 | 147 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.42 |
| HSL | 212.26º | 0.46% | 0.39% | - |
| HSV(B) | 212.26º | 0.63% | 0.58% | - |
| XYZ | 11.06 | 11.44 | 29.23 | - |
| YUV | 89.84 | 160.25 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 97 | 147 | 0.63 | 0.34 | 0 | 0.42 | 212.26 | 0.46 | 0.39 |
| Hex | 36 | 61 | 93 | 3F | 22 | 0 | 2A | D4 | 2E | 27 |
| Octal | 66 | 141 | 223 | 77 | 42 | 0 | 52 | 324 | 56 | 47 |
| Binary | 110110 | 1100001 | 10010011 | 111111 | 100010 | 0 | 101010 | 11010100 | 101110 | 100111 |
Color Harmonies of #366193
Complementary color
Monochromatic Colors of #366193
Black with #366193
Text Example
Text Example
White with #366193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366193; }
p { color: rgb(54,97,147); }
H1.HeaderClassName
{
color: #366193;
}
.AnyTagClassName
{
color: #366193;
}
</style>
background-color css
<style>
a { background-color: #366193; }
a { background-color: rgb(54,97,147); }
div.DivClassName
{
background-color: #366193;
}
.BgClassName
{
background-color: #366193;
}
</style>
border-color css
<style>
span { border-color: #366193; }
span { border-color: rgb(54,97,147); }
td.TdClassName
{
border-color: #366193;
}
.TagClassName
{
border-color: #366193;
}
</style>