Shades of Endeavour #355E8D
Tints of Endeavour #355E8D
RGB
CMYK
RGB Variations
Color information
#355E8D (or 0x355E8D) is known color: Endeavour. HEX triplet: 35, 5E and 8D. RGB value is (53,94,141). Sum of RGB (Red+Green+Blue) = 53+94+141=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #355E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E8D is #CAA172. Grayscale: #565656. Windows color (decimal): -13279603 or 9264693. OLE color: 9264693.
HSL color Cylindrical-coordinate representation of color #355E8D: hue angle of 212.05º 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 #355E8D is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 94 | 141 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.45 |
| HSL | 212.05º | 0.45% | 0.38% | - |
| HSV(B) | 212.05º | 0.62% | 0.55% | - |
| XYZ | 10.28 | 10.69 | 26.72 | - |
| YUV | 87.1 | 158.42 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 141 | 0.62 | 0.33 | 0 | 0.45 | 212.05 | 0.45 | 0.38 |
| Hex | 35 | 5E | 8D | 3E | 21 | 0 | 2D | D4 | 2D | 26 |
| Octal | 65 | 136 | 215 | 76 | 41 | 0 | 55 | 324 | 55 | 46 |
| Binary | 110101 | 1011110 | 10001101 | 111110 | 100001 | 0 | 101101 | 11010100 | 101101 | 100110 |
Color Harmonies of #355E8D
Complementary color
Monochromatic Colors of #355E8D
Black with #355E8D
Text Example
Text Example
White with #355E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355E8D; }
p { color: rgb(53,94,141); }
H1.HeaderClassName
{
color: #355E8D;
}
.AnyTagClassName
{
color: #355E8D;
}
</style>
background-color css
<style>
a { background-color: #355E8D; }
a { background-color: rgb(53,94,141); }
div.DivClassName
{
background-color: #355E8D;
}
.BgClassName
{
background-color: #355E8D;
}
</style>
border-color css
<style>
span { border-color: #355E8D; }
span { border-color: rgb(53,94,141); }
td.TdClassName
{
border-color: #355E8D;
}
.TagClassName
{
border-color: #355E8D;
}
</style>