Shades of Endeavour #365F91
Tints of Endeavour #365F91
RGB
CMYK
RGB Variations
Color information
#365F91 (or 0x365F91) is known color: Endeavour. HEX triplet: 36, 5F and 91. RGB value is (54,95,145). Sum of RGB (Red+Green+Blue) = 54+95+145=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #365F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F91 is #C9A06E. Grayscale: #585858. Windows color (decimal): -13213807 or 9527094. OLE color: 9527094.
HSL color Cylindrical-coordinate representation of color #365F91: hue angle of 212.97º 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 #365F91 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 95 | 145 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.43 |
| HSL | 212.97º | 0.46% | 0.39% | - |
| HSV(B) | 212.97º | 0.63% | 0.57% | - |
| XYZ | 10.72 | 11.01 | 28.35 | - |
| YUV | 88.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 145 | 0.63 | 0.34 | 0 | 0.43 | 212.97 | 0.46 | 0.39 |
| Hex | 36 | 5F | 91 | 3F | 22 | 0 | 2B | D5 | 2E | 27 |
| Octal | 66 | 137 | 221 | 77 | 42 | 0 | 53 | 325 | 56 | 47 |
| Binary | 110110 | 1011111 | 10010001 | 111111 | 100010 | 0 | 101011 | 11010101 | 101110 | 100111 |
Color Harmonies of #365F91
Complementary color
Monochromatic Colors of #365F91
Black with #365F91
Text Example
Text Example
White with #365F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F91; }
p { color: rgb(54,95,145); }
H1.HeaderClassName
{
color: #365F91;
}
.AnyTagClassName
{
color: #365F91;
}
</style>
background-color css
<style>
a { background-color: #365F91; }
a { background-color: rgb(54,95,145); }
div.DivClassName
{
background-color: #365F91;
}
.BgClassName
{
background-color: #365F91;
}
</style>
border-color css
<style>
span { border-color: #365F91; }
span { border-color: rgb(54,95,145); }
td.TdClassName
{
border-color: #365F91;
}
.TagClassName
{
border-color: #365F91;
}
</style>