Shades of Endeavour #355C8D
Tints of Endeavour #355C8D
RGB
CMYK
RGB Variations
Color information
#355C8D (or 0x355C8D) is known color: Endeavour. HEX triplet: 35, 5C and 8D. RGB value is (53,92,141). Sum of RGB (Red+Green+Blue) = 53+92+141=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #355C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C8D is #CAA372. Grayscale: #555555. Windows color (decimal): -13280115 or 9264181. OLE color: 9264181.
HSL color Cylindrical-coordinate representation of color #355C8D: hue angle of 213.41º 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 #355C8D is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 92 | 141 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.45 |
| HSL | 213.41º | 0.45% | 0.38% | - |
| HSV(B) | 213.41º | 0.62% | 0.55% | - |
| XYZ | 10.1 | 10.33 | 26.66 | - |
| YUV | 85.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 141 | 0.62 | 0.35 | 0 | 0.45 | 213.41 | 0.45 | 0.38 |
| Hex | 35 | 5C | 8D | 3E | 23 | 0 | 2D | D5 | 2D | 26 |
| Octal | 65 | 134 | 215 | 76 | 43 | 0 | 55 | 325 | 55 | 46 |
| Binary | 110101 | 1011100 | 10001101 | 111110 | 100011 | 0 | 101101 | 11010101 | 101101 | 100110 |
Color Harmonies of #355C8D
Complementary color
Monochromatic Colors of #355C8D
Black with #355C8D
Text Example
Text Example
White with #355C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C8D; }
p { color: rgb(53,92,141); }
H1.HeaderClassName
{
color: #355C8D;
}
.AnyTagClassName
{
color: #355C8D;
}
</style>
background-color css
<style>
a { background-color: #355C8D; }
a { background-color: rgb(53,92,141); }
div.DivClassName
{
background-color: #355C8D;
}
.BgClassName
{
background-color: #355C8D;
}
</style>
border-color css
<style>
span { border-color: #355C8D; }
span { border-color: rgb(53,92,141); }
td.TdClassName
{
border-color: #355C8D;
}
.TagClassName
{
border-color: #355C8D;
}
</style>