Shades of Endeavour #216195
Tints of Endeavour #216195
RGB
CMYK
RGB Variations
Color information
#216195 (or 0x216195) is known color: Endeavour. HEX triplet: 21, 61 and 95. RGB value is (33,97,149). Sum of RGB (Red+Green+Blue) = 33+97+149=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #216195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216195 is #DE9E6A. Grayscale: #535353. Windows color (decimal): -14589547 or 9789729. OLE color: 9789729.
HSL color Cylindrical-coordinate representation of color #216195: hue angle of 206.9º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216195 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 97 | 149 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.42 |
| HSL | 206.9º | 0.64% | 0.36% | - |
| HSV(B) | 206.9º | 0.78% | 0.58% | - |
| XYZ | 10.33 | 11.04 | 30.02 | - |
| YUV | 83.79 | 164.8 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 97 | 149 | 0.78 | 0.35 | 0 | 0.42 | 206.9 | 0.64 | 0.36 |
| Hex | 21 | 61 | 95 | 4E | 23 | 0 | 2A | CF | 40 | 24 |
| Octal | 41 | 141 | 225 | 116 | 43 | 0 | 52 | 317 | 100 | 44 |
| Binary | 100001 | 1100001 | 10010101 | 1001110 | 100011 | 0 | 101010 | 11001111 | 1000000 | 100100 |
Color Harmonies of #216195
Complementary color
Monochromatic Colors of #216195
Black with #216195
Text Example
Text Example
White with #216195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216195; }
p { color: rgb(33,97,149); }
H1.HeaderClassName
{
color: #216195;
}
.AnyTagClassName
{
color: #216195;
}
</style>
background-color css
<style>
a { background-color: #216195; }
a { background-color: rgb(33,97,149); }
div.DivClassName
{
background-color: #216195;
}
.BgClassName
{
background-color: #216195;
}
</style>
border-color css
<style>
span { border-color: #216195; }
span { border-color: rgb(33,97,149); }
td.TdClassName
{
border-color: #216195;
}
.TagClassName
{
border-color: #216195;
}
</style>