Shades of Endeavour #355990
Tints of Endeavour #355990
RGB
CMYK
RGB Variations
Color information
#355990 (or 0x355990) is known color: Endeavour. HEX triplet: 35, 59 and 90. RGB value is (53,89,144). Sum of RGB (Red+Green+Blue) = 53+89+144=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #355990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355990 is #CAA66F. Grayscale: #545454. Windows color (decimal): -13280880 or 9460021. OLE color: 9460021.
HSL color Cylindrical-coordinate representation of color #355990: hue angle of 216.26º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #355990 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 89 | 144 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.44 |
| HSL | 216.26º | 0.46% | 0.39% | - |
| HSV(B) | 216.26º | 0.63% | 0.56% | - |
| XYZ | 10.07 | 9.92 | 27.77 | - |
| YUV | 84.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 144 | 0.63 | 0.38 | 0 | 0.44 | 216.26 | 0.46 | 0.39 |
| Hex | 35 | 59 | 90 | 3F | 26 | 0 | 2C | D8 | 2E | 27 |
| Octal | 65 | 131 | 220 | 77 | 46 | 0 | 54 | 330 | 56 | 47 |
| Binary | 110101 | 1011001 | 10010000 | 111111 | 100110 | 0 | 101100 | 11011000 | 101110 | 100111 |
Color Harmonies of #355990
Complementary color
Monochromatic Colors of #355990
Black with #355990
Text Example
Text Example
White with #355990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355990; }
p { color: rgb(53,89,144); }
H1.HeaderClassName
{
color: #355990;
}
.AnyTagClassName
{
color: #355990;
}
</style>
background-color css
<style>
a { background-color: #355990; }
a { background-color: rgb(53,89,144); }
div.DivClassName
{
background-color: #355990;
}
.BgClassName
{
background-color: #355990;
}
</style>
border-color css
<style>
span { border-color: #355990; }
span { border-color: rgb(53,89,144); }
td.TdClassName
{
border-color: #355990;
}
.TagClassName
{
border-color: #355990;
}
</style>