Shades of Endeavour #216391
Tints of Endeavour #216391
RGB
CMYK
RGB Variations
Color information
#216391 (or 0x216391) is known color: Endeavour. HEX triplet: 21, 63 and 91. RGB value is (33,99,145). Sum of RGB (Red+Green+Blue) = 33+99+145=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #216391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216391 is #DE9C6E. Grayscale: #545454. Windows color (decimal): -14589039 or 9528097. OLE color: 9528097.
HSL color Cylindrical-coordinate representation of color #216391: hue angle of 204.64º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216391 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 99 | 145 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.43 |
| HSL | 204.64º | 0.63% | 0.35% | - |
| HSV(B) | 204.64º | 0.77% | 0.57% | - |
| XYZ | 10.2 | 11.29 | 28.43 | - |
| YUV | 84.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 145 | 0.77 | 0.32 | 0 | 0.43 | 204.64 | 0.63 | 0.35 |
| Hex | 21 | 63 | 91 | 4D | 20 | 0 | 2B | CD | 3F | 23 |
| Octal | 41 | 143 | 221 | 115 | 40 | 0 | 53 | 315 | 77 | 43 |
| Binary | 100001 | 1100011 | 10010001 | 1001101 | 100000 | 0 | 101011 | 11001101 | 111111 | 100011 |
Color Harmonies of #216391
Complementary color
Monochromatic Colors of #216391
Black with #216391
Text Example
Text Example
White with #216391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216391; }
p { color: rgb(33,99,145); }
H1.HeaderClassName
{
color: #216391;
}
.AnyTagClassName
{
color: #216391;
}
</style>
background-color css
<style>
a { background-color: #216391; }
a { background-color: rgb(33,99,145); }
div.DivClassName
{
background-color: #216391;
}
.BgClassName
{
background-color: #216391;
}
</style>
border-color css
<style>
span { border-color: #216391; }
span { border-color: rgb(33,99,145); }
td.TdClassName
{
border-color: #216391;
}
.TagClassName
{
border-color: #216391;
}
</style>