Shades of Endeavour #215B89
Tints of Endeavour #215B89
RGB
CMYK
RGB Variations
Color information
#215B89 (or 0x215B89) is known color: Endeavour. HEX triplet: 21, 5B and 89. RGB value is (33,91,137). Sum of RGB (Red+Green+Blue) = 33+91+137=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #215B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215B89 is #DEA476. Grayscale: #4E4E4E. Windows color (decimal): -14591095 or 9001761. OLE color: 9001761.
HSL color Cylindrical-coordinate representation of color #215B89: hue angle of 206.54º 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 #215B89 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 91 | 137 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.46 |
| HSL | 206.54º | 0.61% | 0.33% | - |
| HSV(B) | 206.54º | 0.76% | 0.54% | - |
| XYZ | 8.88 | 9.61 | 25.05 | - |
| YUV | 78.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 137 | 0.76 | 0.34 | 0 | 0.46 | 206.54 | 0.61 | 0.33 |
| Hex | 21 | 5B | 89 | 4C | 22 | 0 | 2E | CF | 3D | 21 |
| Octal | 41 | 133 | 211 | 114 | 42 | 0 | 56 | 317 | 75 | 41 |
| Binary | 100001 | 1011011 | 10001001 | 1001100 | 100010 | 0 | 101110 | 11001111 | 111101 | 100001 |
Color Harmonies of #215B89
Complementary color
Monochromatic Colors of #215B89
Black with #215B89
Text Example
Text Example
White with #215B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B89; }
p { color: rgb(33,91,137); }
H1.HeaderClassName
{
color: #215B89;
}
.AnyTagClassName
{
color: #215B89;
}
</style>
background-color css
<style>
a { background-color: #215B89; }
a { background-color: rgb(33,91,137); }
div.DivClassName
{
background-color: #215B89;
}
.BgClassName
{
background-color: #215B89;
}
</style>
border-color css
<style>
span { border-color: #215B89; }
span { border-color: rgb(33,91,137); }
td.TdClassName
{
border-color: #215B89;
}
.TagClassName
{
border-color: #215B89;
}
</style>