Shades of Endeavour #365A91
Tints of Endeavour #365A91
RGB
CMYK
RGB Variations
Color information
#365A91 (or 0x365A91) is known color: Endeavour. HEX triplet: 36, 5A and 91. RGB value is (54,90,145). Sum of RGB (Red+Green+Blue) = 54+90+145=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #365A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A91 is #C9A56E. Grayscale: #555555. Windows color (decimal): -13215087 or 9525814. OLE color: 9525814.
HSL color Cylindrical-coordinate representation of color #365A91: hue angle of 216.26º 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 #365A91 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 90 | 145 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.43 |
| HSL | 216.26º | 0.46% | 0.39% | - |
| HSV(B) | 216.26º | 0.63% | 0.57% | - |
| XYZ | 10.29 | 10.14 | 28.2 | - |
| YUV | 85.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 145 | 0.63 | 0.38 | 0 | 0.43 | 216.26 | 0.46 | 0.39 |
| Hex | 36 | 5A | 91 | 3F | 26 | 0 | 2B | D8 | 2E | 27 |
| Octal | 66 | 132 | 221 | 77 | 46 | 0 | 53 | 330 | 56 | 47 |
| Binary | 110110 | 1011010 | 10010001 | 111111 | 100110 | 0 | 101011 | 11011000 | 101110 | 100111 |
Color Harmonies of #365A91
Complementary color
Monochromatic Colors of #365A91
Black with #365A91
Text Example
Text Example
White with #365A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A91; }
p { color: rgb(54,90,145); }
H1.HeaderClassName
{
color: #365A91;
}
.AnyTagClassName
{
color: #365A91;
}
</style>
background-color css
<style>
a { background-color: #365A91; }
a { background-color: rgb(54,90,145); }
div.DivClassName
{
background-color: #365A91;
}
.BgClassName
{
background-color: #365A91;
}
</style>
border-color css
<style>
span { border-color: #365A91; }
span { border-color: rgb(54,90,145); }
td.TdClassName
{
border-color: #365A91;
}
.TagClassName
{
border-color: #365A91;
}
</style>