Shades of Endeavour #215085
Tints of Endeavour #215085
RGB
CMYK
RGB Variations
Color information
#215085 (or 0x215085) is known color: Endeavour. HEX triplet: 21, 50 and 85. RGB value is (33,80,133). Sum of RGB (Red+Green+Blue) = 33+80+133=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #215085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215085 is #DEAF7A. Grayscale: #474747. Windows color (decimal): -14593915 or 8736801. OLE color: 8736801.
HSL color Cylindrical-coordinate representation of color #215085: hue angle of 211.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215085 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 80 | 133 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.48 |
| HSL | 211.8º | 0.6% | 0.33% | - |
| HSV(B) | 211.8º | 0.75% | 0.52% | - |
| XYZ | 7.73 | 7.75 | 23.28 | - |
| YUV | 71.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 133 | 0.75 | 0.40 | 0 | 0.48 | 211.8 | 0.6 | 0.33 |
| Hex | 21 | 50 | 85 | 4B | 28 | 0 | 30 | D4 | 3C | 21 |
| Octal | 41 | 120 | 205 | 113 | 50 | 0 | 60 | 324 | 74 | 41 |
| Binary | 100001 | 1010000 | 10000101 | 1001011 | 101000 | 0 | 110000 | 11010100 | 111100 | 100001 |
Color Harmonies of #215085
Complementary color
Monochromatic Colors of #215085
Black with #215085
Text Example
Text Example
White with #215085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215085; }
p { color: rgb(33,80,133); }
H1.HeaderClassName
{
color: #215085;
}
.AnyTagClassName
{
color: #215085;
}
</style>
background-color css
<style>
a { background-color: #215085; }
a { background-color: rgb(33,80,133); }
div.DivClassName
{
background-color: #215085;
}
.BgClassName
{
background-color: #215085;
}
</style>
border-color css
<style>
span { border-color: #215085; }
span { border-color: rgb(33,80,133); }
td.TdClassName
{
border-color: #215085;
}
.TagClassName
{
border-color: #215085;
}
</style>