Shades of Endeavour #335D8A
Tints of Endeavour #335D8A
RGB
CMYK
RGB Variations
Color information
#335D8A (or 0x335D8A) is known color: Endeavour. HEX triplet: 33, 5D and 8A. RGB value is (51,93,138). Sum of RGB (Red+Green+Blue) = 51+93+138=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #335D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D8A is #CCA275. Grayscale: #555555. Windows color (decimal): -13410934 or 9067827. OLE color: 9067827.
HSL color Cylindrical-coordinate representation of color #335D8A: hue angle of 211.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #335D8A is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 93 | 138 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.46 |
| HSL | 211.03º | 0.46% | 0.37% | - |
| HSV(B) | 211.03º | 0.63% | 0.54% | - |
| XYZ | 9.87 | 10.37 | 25.53 | - |
| YUV | 85.57 | 157.59 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 138 | 0.63 | 0.33 | 0 | 0.46 | 211.03 | 0.46 | 0.37 |
| Hex | 33 | 5D | 8A | 3F | 21 | 0 | 2E | D3 | 2E | 25 |
| Octal | 63 | 135 | 212 | 77 | 41 | 0 | 56 | 323 | 56 | 45 |
| Binary | 110011 | 1011101 | 10001010 | 111111 | 100001 | 0 | 101110 | 11010011 | 101110 | 100101 |
Color Harmonies of #335D8A
Complementary color
Monochromatic Colors of #335D8A
Black with #335D8A
Text Example
Text Example
White with #335D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D8A; }
p { color: rgb(51,93,138); }
H1.HeaderClassName
{
color: #335D8A;
}
.AnyTagClassName
{
color: #335D8A;
}
</style>
background-color css
<style>
a { background-color: #335D8A; }
a { background-color: rgb(51,93,138); }
div.DivClassName
{
background-color: #335D8A;
}
.BgClassName
{
background-color: #335D8A;
}
</style>
border-color css
<style>
span { border-color: #335D8A; }
span { border-color: rgb(51,93,138); }
td.TdClassName
{
border-color: #335D8A;
}
.TagClassName
{
border-color: #335D8A;
}
</style>