Shades of Endeavour #355C92
Tints of Endeavour #355C92
RGB
CMYK
RGB Variations
Color information
#355C92 (or 0x355C92) is known color: Endeavour. HEX triplet: 35, 5C and 92. RGB value is (53,92,146). Sum of RGB (Red+Green+Blue) = 53+92+146=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #355C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C92 is #CAA36D. Grayscale: #565656. Windows color (decimal): -13280110 or 9591861. OLE color: 9591861.
HSL color Cylindrical-coordinate representation of color #355C92: hue angle of 214.84º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355C92 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 92 | 146 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.43 |
| HSL | 214.84º | 0.47% | 0.39% | - |
| HSV(B) | 214.84º | 0.64% | 0.57% | - |
| XYZ | 10.48 | 10.49 | 28.67 | - |
| YUV | 86.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 146 | 0.64 | 0.37 | 0 | 0.43 | 214.84 | 0.47 | 0.39 |
| Hex | 35 | 5C | 92 | 40 | 25 | 0 | 2B | D7 | 2F | 27 |
| Octal | 65 | 134 | 222 | 100 | 45 | 0 | 53 | 327 | 57 | 47 |
| Binary | 110101 | 1011100 | 10010010 | 1000000 | 100101 | 0 | 101011 | 11010111 | 101111 | 100111 |
Color Harmonies of #355C92
Complementary color
Monochromatic Colors of #355C92
Black with #355C92
Text Example
Text Example
White with #355C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C92; }
p { color: rgb(53,92,146); }
H1.HeaderClassName
{
color: #355C92;
}
.AnyTagClassName
{
color: #355C92;
}
</style>
background-color css
<style>
a { background-color: #355C92; }
a { background-color: rgb(53,92,146); }
div.DivClassName
{
background-color: #355C92;
}
.BgClassName
{
background-color: #355C92;
}
</style>
border-color css
<style>
span { border-color: #355C92; }
span { border-color: rgb(53,92,146); }
td.TdClassName
{
border-color: #355C92;
}
.TagClassName
{
border-color: #355C92;
}
</style>