Shades of Endeavour #335D8B
Tints of Endeavour #335D8B
RGB
CMYK
RGB Variations
Color information
#335D8B (or 0x335D8B) is known color: Endeavour. HEX triplet: 33, 5D and 8B. RGB value is (51,93,139). Sum of RGB (Red+Green+Blue) = 51+93+139=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #335D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D8B is #CCA274. Grayscale: #555555. Windows color (decimal): -13410933 or 9133363. OLE color: 9133363.
HSL color Cylindrical-coordinate representation of color #335D8B: hue angle of 211.36º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #335D8B is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 93 | 139 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.45 |
| HSL | 211.36º | 0.46% | 0.37% | - |
| HSV(B) | 211.36º | 0.63% | 0.55% | - |
| XYZ | 9.94 | 10.4 | 25.91 | - |
| YUV | 85.69 | 158.09 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 139 | 0.63 | 0.33 | 0 | 0.45 | 211.36 | 0.46 | 0.37 |
| Hex | 33 | 5D | 8B | 3F | 21 | 0 | 2D | D3 | 2E | 25 |
| Octal | 63 | 135 | 213 | 77 | 41 | 0 | 55 | 323 | 56 | 45 |
| Binary | 110011 | 1011101 | 10001011 | 111111 | 100001 | 0 | 101101 | 11010011 | 101110 | 100101 |
Color Harmonies of #335D8B
Complementary color
Monochromatic Colors of #335D8B
Black with #335D8B
Text Example
Text Example
White with #335D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D8B; }
p { color: rgb(51,93,139); }
H1.HeaderClassName
{
color: #335D8B;
}
.AnyTagClassName
{
color: #335D8B;
}
</style>
background-color css
<style>
a { background-color: #335D8B; }
a { background-color: rgb(51,93,139); }
div.DivClassName
{
background-color: #335D8B;
}
.BgClassName
{
background-color: #335D8B;
}
</style>
border-color css
<style>
span { border-color: #335D8B; }
span { border-color: rgb(51,93,139); }
td.TdClassName
{
border-color: #335D8B;
}
.TagClassName
{
border-color: #335D8B;
}
</style>