Shades of Endeavour #215286
Tints of Endeavour #215286
RGB
CMYK
RGB Variations
Color information
#215286 (or 0x215286) is known color: Endeavour. HEX triplet: 21, 52 and 86. RGB value is (33,82,134). Sum of RGB (Red+Green+Blue) = 33+82+134=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #215286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215286 is #DEAD79. Grayscale: #494949. Windows color (decimal): -14593402 or 8802849. OLE color: 8802849.
HSL color Cylindrical-coordinate representation of color #215286: hue angle of 210.89º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215286 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 82 | 134 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.47 |
| HSL | 210.89º | 0.6% | 0.33% | - |
| HSV(B) | 210.89º | 0.75% | 0.53% | - |
| XYZ | 7.95 | 8.08 | 23.69 | - |
| YUV | 73.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 134 | 0.75 | 0.39 | 0 | 0.47 | 210.89 | 0.6 | 0.33 |
| Hex | 21 | 52 | 86 | 4B | 27 | 0 | 2F | D3 | 3C | 21 |
| Octal | 41 | 122 | 206 | 113 | 47 | 0 | 57 | 323 | 74 | 41 |
| Binary | 100001 | 1010010 | 10000110 | 1001011 | 100111 | 0 | 101111 | 11010011 | 111100 | 100001 |
Color Harmonies of #215286
Complementary color
Monochromatic Colors of #215286
Black with #215286
Text Example
Text Example
White with #215286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215286; }
p { color: rgb(33,82,134); }
H1.HeaderClassName
{
color: #215286;
}
.AnyTagClassName
{
color: #215286;
}
</style>
background-color css
<style>
a { background-color: #215286; }
a { background-color: rgb(33,82,134); }
div.DivClassName
{
background-color: #215286;
}
.BgClassName
{
background-color: #215286;
}
</style>
border-color css
<style>
span { border-color: #215286; }
span { border-color: rgb(33,82,134); }
td.TdClassName
{
border-color: #215286;
}
.TagClassName
{
border-color: #215286;
}
</style>