Shades of Endeavour #335D88
Tints of Endeavour #335D88
RGB
CMYK
RGB Variations
Color information
#335D88 (or 0x335D88) is known color: Endeavour. HEX triplet: 33, 5D and 88. RGB value is (51,93,136). Sum of RGB (Red+Green+Blue) = 51+93+136=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #335D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D88 is #CCA277. Grayscale: #555555. Windows color (decimal): -13410936 or 8936755. OLE color: 8936755.
HSL color Cylindrical-coordinate representation of color #335D88: hue angle of 210.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #335D88 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 93 | 136 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.47 |
| HSL | 210.35º | 0.45% | 0.37% | - |
| HSV(B) | 210.35º | 0.63% | 0.53% | - |
| XYZ | 9.72 | 10.31 | 24.77 | - |
| YUV | 85.34 | 156.59 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 136 | 0.62 | 0.32 | 0 | 0.47 | 210.35 | 0.45 | 0.37 |
| Hex | 33 | 5D | 88 | 3E | 20 | 0 | 2F | D2 | 2D | 25 |
| Octal | 63 | 135 | 210 | 76 | 40 | 0 | 57 | 322 | 55 | 45 |
| Binary | 110011 | 1011101 | 10001000 | 111110 | 100000 | 0 | 101111 | 11010010 | 101101 | 100101 |
Color Harmonies of #335D88
Complementary color
Monochromatic Colors of #335D88
Black with #335D88
Text Example
Text Example
White with #335D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D88; }
p { color: rgb(51,93,136); }
H1.HeaderClassName
{
color: #335D88;
}
.AnyTagClassName
{
color: #335D88;
}
</style>
background-color css
<style>
a { background-color: #335D88; }
a { background-color: rgb(51,93,136); }
div.DivClassName
{
background-color: #335D88;
}
.BgClassName
{
background-color: #335D88;
}
</style>
border-color css
<style>
span { border-color: #335D88; }
span { border-color: rgb(51,93,136); }
td.TdClassName
{
border-color: #335D88;
}
.TagClassName
{
border-color: #335D88;
}
</style>