Shades of Endeavour #335C8B
Tints of Endeavour #335C8B
RGB
CMYK
RGB Variations
Color information
#335C8B (or 0x335C8B) is known color: Endeavour. HEX triplet: 33, 5C and 8B. RGB value is (51,92,139). Sum of RGB (Red+Green+Blue) = 51+92+139=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #335C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335C8B is #CCA374. Grayscale: #545454. Windows color (decimal): -13411189 or 9133107. OLE color: 9133107.
HSL color Cylindrical-coordinate representation of color #335C8B: hue angle of 212.05º 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 #335C8B is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 92 | 139 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.45 |
| HSL | 212.05º | 0.46% | 0.37% | - |
| HSV(B) | 212.05º | 0.63% | 0.55% | - |
| XYZ | 9.85 | 10.22 | 25.88 | - |
| YUV | 85.1 | 158.42 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 139 | 0.63 | 0.34 | 0 | 0.45 | 212.05 | 0.46 | 0.37 |
| Hex | 33 | 5C | 8B | 3F | 22 | 0 | 2D | D4 | 2E | 25 |
| Octal | 63 | 134 | 213 | 77 | 42 | 0 | 55 | 324 | 56 | 45 |
| Binary | 110011 | 1011100 | 10001011 | 111111 | 100010 | 0 | 101101 | 11010100 | 101110 | 100101 |
Color Harmonies of #335C8B
Complementary color
Monochromatic Colors of #335C8B
Black with #335C8B
Text Example
Text Example
White with #335C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335C8B; }
p { color: rgb(51,92,139); }
H1.HeaderClassName
{
color: #335C8B;
}
.AnyTagClassName
{
color: #335C8B;
}
</style>
background-color css
<style>
a { background-color: #335C8B; }
a { background-color: rgb(51,92,139); }
div.DivClassName
{
background-color: #335C8B;
}
.BgClassName
{
background-color: #335C8B;
}
</style>
border-color css
<style>
span { border-color: #335C8B; }
span { border-color: rgb(51,92,139); }
td.TdClassName
{
border-color: #335C8B;
}
.TagClassName
{
border-color: #335C8B;
}
</style>