Shades of Endeavour #366192
Tints of Endeavour #366192
RGB
CMYK
RGB Variations
Color information
#366192 (or 0x366192) is known color: Endeavour. HEX triplet: 36, 61 and 92. RGB value is (54,97,146). Sum of RGB (Red+Green+Blue) = 54+97+146=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #366192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366192 is #C99E6D. Grayscale: #595959. Windows color (decimal): -13213294 or 9593142. OLE color: 9593142.
HSL color Cylindrical-coordinate representation of color #366192: hue angle of 211.96º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366192 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 97 | 146 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.43 |
| HSL | 211.96º | 0.46% | 0.39% | - |
| HSV(B) | 211.96º | 0.63% | 0.57% | - |
| XYZ | 10.98 | 11.41 | 28.82 | - |
| YUV | 89.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 97 | 146 | 0.63 | 0.34 | 0 | 0.43 | 211.96 | 0.46 | 0.39 |
| Hex | 36 | 61 | 92 | 3F | 22 | 0 | 2B | D4 | 2E | 27 |
| Octal | 66 | 141 | 222 | 77 | 42 | 0 | 53 | 324 | 56 | 47 |
| Binary | 110110 | 1100001 | 10010010 | 111111 | 100010 | 0 | 101011 | 11010100 | 101110 | 100111 |
Color Harmonies of #366192
Complementary color
Monochromatic Colors of #366192
Black with #366192
Text Example
Text Example
White with #366192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366192; }
p { color: rgb(54,97,146); }
H1.HeaderClassName
{
color: #366192;
}
.AnyTagClassName
{
color: #366192;
}
</style>
background-color css
<style>
a { background-color: #366192; }
a { background-color: rgb(54,97,146); }
div.DivClassName
{
background-color: #366192;
}
.BgClassName
{
background-color: #366192;
}
</style>
border-color css
<style>
span { border-color: #366192; }
span { border-color: rgb(54,97,146); }
td.TdClassName
{
border-color: #366192;
}
.TagClassName
{
border-color: #366192;
}
</style>