Shades of Endeavour #215689
Tints of Endeavour #215689
RGB
CMYK
RGB Variations
Color information
#215689 (or 0x215689) is known color: Endeavour. HEX triplet: 21, 56 and 89. RGB value is (33,86,137). Sum of RGB (Red+Green+Blue) = 33+86+137=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #215689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215689 is #DEA976. Grayscale: #4B4B4B. Windows color (decimal): -14592375 or 9000481. OLE color: 9000481.
HSL color Cylindrical-coordinate representation of color #215689: hue angle of 209.42º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215689 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 86 | 137 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.46 |
| HSL | 209.42º | 0.61% | 0.33% | - |
| HSV(B) | 209.42º | 0.76% | 0.54% | - |
| XYZ | 8.47 | 8.79 | 24.92 | - |
| YUV | 75.97 | 162.44 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 137 | 0.76 | 0.37 | 0 | 0.46 | 209.42 | 0.61 | 0.33 |
| Hex | 21 | 56 | 89 | 4C | 25 | 0 | 2E | D1 | 3D | 21 |
| Octal | 41 | 126 | 211 | 114 | 45 | 0 | 56 | 321 | 75 | 41 |
| Binary | 100001 | 1010110 | 10001001 | 1001100 | 100101 | 0 | 101110 | 11010001 | 111101 | 100001 |
Color Harmonies of #215689
Complementary color
Monochromatic Colors of #215689
Black with #215689
Text Example
Text Example
White with #215689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215689; }
p { color: rgb(33,86,137); }
H1.HeaderClassName
{
color: #215689;
}
.AnyTagClassName
{
color: #215689;
}
</style>
background-color css
<style>
a { background-color: #215689; }
a { background-color: rgb(33,86,137); }
div.DivClassName
{
background-color: #215689;
}
.BgClassName
{
background-color: #215689;
}
</style>
border-color css
<style>
span { border-color: #215689; }
span { border-color: rgb(33,86,137); }
td.TdClassName
{
border-color: #215689;
}
.TagClassName
{
border-color: #215689;
}
</style>