Shades of Endeavour #336098
Tints of Endeavour #336098
RGB
CMYK
RGB Variations
Color information
#336098 (or 0x336098) is known color: Endeavour. HEX triplet: 33, 60 and 98. RGB value is (51,96,152). Sum of RGB (Red+Green+Blue) = 51+96+152=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #336098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336098 is #CC9F67. Grayscale: #585858. Windows color (decimal): -13410152 or 9986099. OLE color: 9986099.
HSL color Cylindrical-coordinate representation of color #336098: hue angle of 213.27º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336098 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 96 | 152 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.40 |
| HSL | 213.27º | 0.5% | 0.4% | - |
| HSV(B) | 213.27º | 0.66% | 0.6% | - |
| XYZ | 11.22 | 11.34 | 31.3 | - |
| YUV | 88.93 | 163.59 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 152 | 0.66 | 0.37 | 0 | 0.40 | 213.27 | 0.5 | 0.4 |
| Hex | 33 | 60 | 98 | 42 | 25 | 0 | 28 | D5 | 32 | 28 |
| Octal | 63 | 140 | 230 | 102 | 45 | 0 | 50 | 325 | 62 | 50 |
| Binary | 110011 | 1100000 | 10011000 | 1000010 | 100101 | 0 | 101000 | 11010101 | 110010 | 101000 |
Color Harmonies of #336098
Complementary color
Monochromatic Colors of #336098
Black with #336098
Text Example
Text Example
White with #336098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336098; }
p { color: rgb(51,96,152); }
H1.HeaderClassName
{
color: #336098;
}
.AnyTagClassName
{
color: #336098;
}
</style>
background-color css
<style>
a { background-color: #336098; }
a { background-color: rgb(51,96,152); }
div.DivClassName
{
background-color: #336098;
}
.BgClassName
{
background-color: #336098;
}
</style>
border-color css
<style>
span { border-color: #336098; }
span { border-color: rgb(51,96,152); }
td.TdClassName
{
border-color: #336098;
}
.TagClassName
{
border-color: #336098;
}
</style>