Shades of Endeavour #366391
Tints of Endeavour #366391
RGB
CMYK
RGB Variations
Color information
#366391 (or 0x366391) is known color: Endeavour. HEX triplet: 36, 63 and 91. RGB value is (54,99,145). Sum of RGB (Red+Green+Blue) = 54+99+145=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #366391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366391 is #C99C6E. Grayscale: #5A5A5A. Windows color (decimal): -13212783 or 9528118. OLE color: 9528118.
HSL color Cylindrical-coordinate representation of color #366391: hue angle of 210.33º 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 #366391 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 99 | 145 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.43 |
| HSL | 210.33º | 0.46% | 0.39% | - |
| HSV(B) | 210.33º | 0.63% | 0.57% | - |
| XYZ | 11.09 | 11.75 | 28.47 | - |
| YUV | 90.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 145 | 0.63 | 0.32 | 0 | 0.43 | 210.33 | 0.46 | 0.39 |
| Hex | 36 | 63 | 91 | 3F | 20 | 0 | 2B | D2 | 2E | 27 |
| Octal | 66 | 143 | 221 | 77 | 40 | 0 | 53 | 322 | 56 | 47 |
| Binary | 110110 | 1100011 | 10010001 | 111111 | 100000 | 0 | 101011 | 11010010 | 101110 | 100111 |
Color Harmonies of #366391
Complementary color
Monochromatic Colors of #366391
Black with #366391
Text Example
Text Example
White with #366391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366391; }
p { color: rgb(54,99,145); }
H1.HeaderClassName
{
color: #366391;
}
.AnyTagClassName
{
color: #366391;
}
</style>
background-color css
<style>
a { background-color: #366391; }
a { background-color: rgb(54,99,145); }
div.DivClassName
{
background-color: #366391;
}
.BgClassName
{
background-color: #366391;
}
</style>
border-color css
<style>
span { border-color: #366391; }
span { border-color: rgb(54,99,145); }
td.TdClassName
{
border-color: #366391;
}
.TagClassName
{
border-color: #366391;
}
</style>