Shades of Endeavour #336292
Tints of Endeavour #336292
RGB
CMYK
RGB Variations
Color information
#336292 (or 0x336292) is known color: Endeavour. HEX triplet: 33, 62 and 92. RGB value is (51,98,146). Sum of RGB (Red+Green+Blue) = 51+98+146=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #336292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336292 is #CC9D6D. Grayscale: #595959. Windows color (decimal): -13409646 or 9593395. OLE color: 9593395.
HSL color Cylindrical-coordinate representation of color #336292: hue angle of 210.32º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336292 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 98 | 146 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.43 |
| HSL | 210.32º | 0.48% | 0.39% | - |
| HSV(B) | 210.32º | 0.65% | 0.57% | - |
| XYZ | 10.92 | 11.51 | 28.84 | - |
| YUV | 89.42 | 159.93 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 146 | 0.65 | 0.33 | 0 | 0.43 | 210.32 | 0.48 | 0.39 |
| Hex | 33 | 62 | 92 | 41 | 21 | 0 | 2B | D2 | 30 | 27 |
| Octal | 63 | 142 | 222 | 101 | 41 | 0 | 53 | 322 | 60 | 47 |
| Binary | 110011 | 1100010 | 10010010 | 1000001 | 100001 | 0 | 101011 | 11010010 | 110000 | 100111 |
Color Harmonies of #336292
Complementary color
Monochromatic Colors of #336292
Black with #336292
Text Example
Text Example
White with #336292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336292; }
p { color: rgb(51,98,146); }
H1.HeaderClassName
{
color: #336292;
}
.AnyTagClassName
{
color: #336292;
}
</style>
background-color css
<style>
a { background-color: #336292; }
a { background-color: rgb(51,98,146); }
div.DivClassName
{
background-color: #336292;
}
.BgClassName
{
background-color: #336292;
}
</style>
border-color css
<style>
span { border-color: #336292; }
span { border-color: rgb(51,98,146); }
td.TdClassName
{
border-color: #336292;
}
.TagClassName
{
border-color: #336292;
}
</style>