Shades of Endeavour #216696
Tints of Endeavour #216696
RGB
CMYK
RGB Variations
Color information
#216696 (or 0x216696) is known color: Endeavour. HEX triplet: 21, 66 and 96. RGB value is (33,102,150). Sum of RGB (Red+Green+Blue) = 33+102+150=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #216696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216696 is #DE9969. Grayscale: #565656. Windows color (decimal): -14588266 or 9856545. OLE color: 9856545.
HSL color Cylindrical-coordinate representation of color #216696: hue angle of 204.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216696 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 102 | 150 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.41 |
| HSL | 204.62º | 0.64% | 0.36% | - |
| HSV(B) | 204.62º | 0.78% | 0.59% | - |
| XYZ | 10.88 | 12.03 | 30.6 | - |
| YUV | 86.84 | 163.64 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 150 | 0.78 | 0.32 | 0 | 0.41 | 204.62 | 0.64 | 0.36 |
| Hex | 21 | 66 | 96 | 4E | 20 | 0 | 29 | CD | 40 | 24 |
| Octal | 41 | 146 | 226 | 116 | 40 | 0 | 51 | 315 | 100 | 44 |
| Binary | 100001 | 1100110 | 10010110 | 1001110 | 100000 | 0 | 101001 | 11001101 | 1000000 | 100100 |
Color Harmonies of #216696
Complementary color
Monochromatic Colors of #216696
Black with #216696
Text Example
Text Example
White with #216696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216696; }
p { color: rgb(33,102,150); }
H1.HeaderClassName
{
color: #216696;
}
.AnyTagClassName
{
color: #216696;
}
</style>
background-color css
<style>
a { background-color: #216696; }
a { background-color: rgb(33,102,150); }
div.DivClassName
{
background-color: #216696;
}
.BgClassName
{
background-color: #216696;
}
</style>
border-color css
<style>
span { border-color: #216696; }
span { border-color: rgb(33,102,150); }
td.TdClassName
{
border-color: #216696;
}
.TagClassName
{
border-color: #216696;
}
</style>