Shades of Endeavour #216192
Tints of Endeavour #216192
RGB
CMYK
RGB Variations
Color information
#216192 (or 0x216192) is known color: Endeavour. HEX triplet: 21, 61 and 92. RGB value is (33,97,146). Sum of RGB (Red+Green+Blue) = 33+97+146=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #216192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216192 is #DE9E6D. Grayscale: #535353. Windows color (decimal): -14589550 or 9593121. OLE color: 9593121.
HSL color Cylindrical-coordinate representation of color #216192: hue angle of 206.02º 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 #216192 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 97 | 146 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.43 |
| HSL | 206.02º | 0.63% | 0.35% | - |
| HSV(B) | 206.02º | 0.77% | 0.57% | - |
| XYZ | 10.09 | 10.95 | 28.78 | - |
| YUV | 83.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 97 | 146 | 0.77 | 0.34 | 0 | 0.43 | 206.02 | 0.63 | 0.35 |
| Hex | 21 | 61 | 92 | 4D | 22 | 0 | 2B | CE | 3F | 23 |
| Octal | 41 | 141 | 222 | 115 | 42 | 0 | 53 | 316 | 77 | 43 |
| Binary | 100001 | 1100001 | 10010010 | 1001101 | 100010 | 0 | 101011 | 11001110 | 111111 | 100011 |
Color Harmonies of #216192
Complementary color
Monochromatic Colors of #216192
Black with #216192
Text Example
Text Example
White with #216192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216192; }
p { color: rgb(33,97,146); }
H1.HeaderClassName
{
color: #216192;
}
.AnyTagClassName
{
color: #216192;
}
</style>
background-color css
<style>
a { background-color: #216192; }
a { background-color: rgb(33,97,146); }
div.DivClassName
{
background-color: #216192;
}
.BgClassName
{
background-color: #216192;
}
</style>
border-color css
<style>
span { border-color: #216192; }
span { border-color: rgb(33,97,146); }
td.TdClassName
{
border-color: #216192;
}
.TagClassName
{
border-color: #216192;
}
</style>