Shades of Endeavour #355C93
Tints of Endeavour #355C93
RGB
CMYK
RGB Variations
Color information
#355C93 (or 0x355C93) is known color: Endeavour. HEX triplet: 35, 5C and 93. RGB value is (53,92,147). Sum of RGB (Red+Green+Blue) = 53+92+147=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #355C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C93 is #CAA36C. Grayscale: #565656. Windows color (decimal): -13280109 or 9657397. OLE color: 9657397.
HSL color Cylindrical-coordinate representation of color #355C93: hue angle of 215.11º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355C93 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 92 | 147 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.42 |
| HSL | 215.11º | 0.47% | 0.39% | - |
| HSV(B) | 215.11º | 0.64% | 0.58% | - |
| XYZ | 10.56 | 10.52 | 29.08 | - |
| YUV | 86.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 147 | 0.64 | 0.37 | 0 | 0.42 | 215.11 | 0.47 | 0.39 |
| Hex | 35 | 5C | 93 | 40 | 25 | 0 | 2A | D7 | 2F | 27 |
| Octal | 65 | 134 | 223 | 100 | 45 | 0 | 52 | 327 | 57 | 47 |
| Binary | 110101 | 1011100 | 10010011 | 1000000 | 100101 | 0 | 101010 | 11010111 | 101111 | 100111 |
Color Harmonies of #355C93
Complementary color
Monochromatic Colors of #355C93
Black with #355C93
Text Example
Text Example
White with #355C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C93; }
p { color: rgb(53,92,147); }
H1.HeaderClassName
{
color: #355C93;
}
.AnyTagClassName
{
color: #355C93;
}
</style>
background-color css
<style>
a { background-color: #355C93; }
a { background-color: rgb(53,92,147); }
div.DivClassName
{
background-color: #355C93;
}
.BgClassName
{
background-color: #355C93;
}
</style>
border-color css
<style>
span { border-color: #355C93; }
span { border-color: rgb(53,92,147); }
td.TdClassName
{
border-color: #355C93;
}
.TagClassName
{
border-color: #355C93;
}
</style>