Shades of Endeavour #35608D
Tints of Endeavour #35608D
RGB
CMYK
RGB Variations
Color information
#35608D (or 0x35608D) is known color: Endeavour. HEX triplet: 35, 60 and 8D. RGB value is (53,96,141). Sum of RGB (Red+Green+Blue) = 53+96+141=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #35608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35608D is #CA9F72. Grayscale: #585858. Windows color (decimal): -13279091 or 9265205. OLE color: 9265205.
HSL color Cylindrical-coordinate representation of color #35608D: hue angle of 210.68º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35608D is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 96 | 141 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.45 |
| HSL | 210.68º | 0.45% | 0.38% | - |
| HSV(B) | 210.68º | 0.62% | 0.55% | - |
| XYZ | 10.46 | 11.05 | 26.78 | - |
| YUV | 88.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 96 | 141 | 0.62 | 0.32 | 0 | 0.45 | 210.68 | 0.45 | 0.38 |
| Hex | 35 | 60 | 8D | 3E | 20 | 0 | 2D | D3 | 2D | 26 |
| Octal | 65 | 140 | 215 | 76 | 40 | 0 | 55 | 323 | 55 | 46 |
| Binary | 110101 | 1100000 | 10001101 | 111110 | 100000 | 0 | 101101 | 11010011 | 101101 | 100110 |
Color Harmonies of #35608D
Complementary color
Monochromatic Colors of #35608D
Black with #35608D
Text Example
Text Example
White with #35608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35608D; }
p { color: rgb(53,96,141); }
H1.HeaderClassName
{
color: #35608D;
}
.AnyTagClassName
{
color: #35608D;
}
</style>
background-color css
<style>
a { background-color: #35608D; }
a { background-color: rgb(53,96,141); }
div.DivClassName
{
background-color: #35608D;
}
.BgClassName
{
background-color: #35608D;
}
</style>
border-color css
<style>
span { border-color: #35608D; }
span { border-color: rgb(53,96,141); }
td.TdClassName
{
border-color: #35608D;
}
.TagClassName
{
border-color: #35608D;
}
</style>