Shades of Endeavour #365B90
Tints of Endeavour #365B90
RGB
CMYK
RGB Variations
Color information
#365B90 (or 0x365B90) is known color: Endeavour. HEX triplet: 36, 5B and 90. RGB value is (54,91,144). Sum of RGB (Red+Green+Blue) = 54+91+144=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #365B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365B90 is #C9A46F. Grayscale: #555555. Windows color (decimal): -13214832 or 9460534. OLE color: 9460534.
HSL color Cylindrical-coordinate representation of color #365B90: hue angle of 215.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #365B90 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 91 | 144 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.44 |
| HSL | 215.33º | 0.45% | 0.39% | - |
| HSV(B) | 215.33º | 0.63% | 0.56% | - |
| XYZ | 10.3 | 10.28 | 27.83 | - |
| YUV | 85.98 | 160.74 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 144 | 0.63 | 0.37 | 0 | 0.44 | 215.33 | 0.45 | 0.39 |
| Hex | 36 | 5B | 90 | 3F | 25 | 0 | 2C | D7 | 2D | 27 |
| Octal | 66 | 133 | 220 | 77 | 45 | 0 | 54 | 327 | 55 | 47 |
| Binary | 110110 | 1011011 | 10010000 | 111111 | 100101 | 0 | 101100 | 11010111 | 101101 | 100111 |
Color Harmonies of #365B90
Complementary color
Monochromatic Colors of #365B90
Black with #365B90
Text Example
Text Example
White with #365B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365B90; }
p { color: rgb(54,91,144); }
H1.HeaderClassName
{
color: #365B90;
}
.AnyTagClassName
{
color: #365B90;
}
</style>
background-color css
<style>
a { background-color: #365B90; }
a { background-color: rgb(54,91,144); }
div.DivClassName
{
background-color: #365B90;
}
.BgClassName
{
background-color: #365B90;
}
</style>
border-color css
<style>
span { border-color: #365B90; }
span { border-color: rgb(54,91,144); }
td.TdClassName
{
border-color: #365B90;
}
.TagClassName
{
border-color: #365B90;
}
</style>