Shades of Endeavour #215087
Tints of Endeavour #215087
RGB
CMYK
RGB Variations
Color information
#215087 (or 0x215087) is known color: Endeavour. HEX triplet: 21, 50 and 87. RGB value is (33,80,135). Sum of RGB (Red+Green+Blue) = 33+80+135=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #215087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215087 is #DEAF78. Grayscale: #474747. Windows color (decimal): -14593913 or 8867873. OLE color: 8867873.
HSL color Cylindrical-coordinate representation of color #215087: hue angle of 212.35º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215087 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 80 | 135 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.47 |
| HSL | 212.35º | 0.61% | 0.33% | - |
| HSV(B) | 212.35º | 0.76% | 0.53% | - |
| XYZ | 7.87 | 7.81 | 24.01 | - |
| YUV | 72.22 | 163.43 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 135 | 0.76 | 0.41 | 0 | 0.47 | 212.35 | 0.61 | 0.33 |
| Hex | 21 | 50 | 87 | 4C | 29 | 0 | 2F | D4 | 3D | 21 |
| Octal | 41 | 120 | 207 | 114 | 51 | 0 | 57 | 324 | 75 | 41 |
| Binary | 100001 | 1010000 | 10000111 | 1001100 | 101001 | 0 | 101111 | 11010100 | 111101 | 100001 |
Color Harmonies of #215087
Complementary color
Monochromatic Colors of #215087
Black with #215087
Text Example
Text Example
White with #215087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215087; }
p { color: rgb(33,80,135); }
H1.HeaderClassName
{
color: #215087;
}
.AnyTagClassName
{
color: #215087;
}
</style>
background-color css
<style>
a { background-color: #215087; }
a { background-color: rgb(33,80,135); }
div.DivClassName
{
background-color: #215087;
}
.BgClassName
{
background-color: #215087;
}
</style>
border-color css
<style>
span { border-color: #215087; }
span { border-color: rgb(33,80,135); }
td.TdClassName
{
border-color: #215087;
}
.TagClassName
{
border-color: #215087;
}
</style>