Shades of Endeavour #335E96
Tints of Endeavour #335E96
RGB
CMYK
RGB Variations
Color information
#335E96 (or 0x335E96) is known color: Endeavour. HEX triplet: 33, 5E and 96. RGB value is (51,94,150). Sum of RGB (Red+Green+Blue) = 51+94+150=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #335E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335E96 is #CCA169. Grayscale: #575757. Windows color (decimal): -13410666 or 9854515. OLE color: 9854515.
HSL color Cylindrical-coordinate representation of color #335E96: hue angle of 213.94º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335E96 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 94 | 150 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.41 |
| HSL | 213.94º | 0.49% | 0.39% | - |
| HSV(B) | 213.94º | 0.66% | 0.59% | - |
| XYZ | 10.87 | 10.91 | 30.39 | - |
| YUV | 87.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 150 | 0.66 | 0.37 | 0 | 0.41 | 213.94 | 0.49 | 0.39 |
| Hex | 33 | 5E | 96 | 42 | 25 | 0 | 29 | D6 | 31 | 27 |
| Octal | 63 | 136 | 226 | 102 | 45 | 0 | 51 | 326 | 61 | 47 |
| Binary | 110011 | 1011110 | 10010110 | 1000010 | 100101 | 0 | 101001 | 11010110 | 110001 | 100111 |
Color Harmonies of #335E96
Complementary color
Monochromatic Colors of #335E96
Black with #335E96
Text Example
Text Example
White with #335E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E96; }
p { color: rgb(51,94,150); }
H1.HeaderClassName
{
color: #335E96;
}
.AnyTagClassName
{
color: #335E96;
}
</style>
background-color css
<style>
a { background-color: #335E96; }
a { background-color: rgb(51,94,150); }
div.DivClassName
{
background-color: #335E96;
}
.BgClassName
{
background-color: #335E96;
}
</style>
border-color css
<style>
span { border-color: #335E96; }
span { border-color: rgb(51,94,150); }
td.TdClassName
{
border-color: #335E96;
}
.TagClassName
{
border-color: #335E96;
}
</style>