Shades of Endeavour #365D8E
Tints of Endeavour #365D8E
RGB
CMYK
RGB Variations
Color information
#365D8E (or 0x365D8E) is known color: Endeavour. HEX triplet: 36, 5D and 8E. RGB value is (54,93,142). Sum of RGB (Red+Green+Blue) = 54+93+142=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #365D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D8E is #C9A271. Grayscale: #565656. Windows color (decimal): -13214322 or 9329974. OLE color: 9329974.
HSL color Cylindrical-coordinate representation of color #365D8E: hue angle of 213.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #365D8E is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 93 | 142 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.44 |
| HSL | 213.41º | 0.45% | 0.38% | - |
| HSV(B) | 213.41º | 0.62% | 0.56% | - |
| XYZ | 10.32 | 10.57 | 27.09 | - |
| YUV | 86.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 142 | 0.62 | 0.35 | 0 | 0.44 | 213.41 | 0.45 | 0.38 |
| Hex | 36 | 5D | 8E | 3E | 23 | 0 | 2C | D5 | 2D | 26 |
| Octal | 66 | 135 | 216 | 76 | 43 | 0 | 54 | 325 | 55 | 46 |
| Binary | 110110 | 1011101 | 10001110 | 111110 | 100011 | 0 | 101100 | 11010101 | 101101 | 100110 |
Color Harmonies of #365D8E
Complementary color
Monochromatic Colors of #365D8E
Black with #365D8E
Text Example
Text Example
White with #365D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365D8E; }
p { color: rgb(54,93,142); }
H1.HeaderClassName
{
color: #365D8E;
}
.AnyTagClassName
{
color: #365D8E;
}
</style>
background-color css
<style>
a { background-color: #365D8E; }
a { background-color: rgb(54,93,142); }
div.DivClassName
{
background-color: #365D8E;
}
.BgClassName
{
background-color: #365D8E;
}
</style>
border-color css
<style>
span { border-color: #365D8E; }
span { border-color: rgb(54,93,142); }
td.TdClassName
{
border-color: #365D8E;
}
.TagClassName
{
border-color: #365D8E;
}
</style>