Shades of Endeavour #215084
Tints of Endeavour #215084
RGB
CMYK
RGB Variations
Color information
#215084 (or 0x215084) is known color: Endeavour. HEX triplet: 21, 50 and 84. RGB value is (33,80,132). Sum of RGB (Red+Green+Blue) = 33+80+132=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #215084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215084 is #DEAF7B. Grayscale: #474747. Windows color (decimal): -14593916 or 8671265. OLE color: 8671265.
HSL color Cylindrical-coordinate representation of color #215084: hue angle of 211.52º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215084 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 80 | 132 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.48 |
| HSL | 211.52º | 0.6% | 0.32% | - |
| HSV(B) | 211.52º | 0.75% | 0.52% | - |
| XYZ | 7.66 | 7.73 | 22.92 | - |
| YUV | 71.88 | 161.93 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 132 | 0.75 | 0.39 | 0 | 0.48 | 211.52 | 0.6 | 0.32 |
| Hex | 21 | 50 | 84 | 4B | 27 | 0 | 30 | D4 | 3C | 20 |
| Octal | 41 | 120 | 204 | 113 | 47 | 0 | 60 | 324 | 74 | 40 |
| Binary | 100001 | 1010000 | 10000100 | 1001011 | 100111 | 0 | 110000 | 11010100 | 111100 | 100000 |
Color Harmonies of #215084
Complementary color
Monochromatic Colors of #215084
Black with #215084
Text Example
Text Example
White with #215084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215084; }
p { color: rgb(33,80,132); }
H1.HeaderClassName
{
color: #215084;
}
.AnyTagClassName
{
color: #215084;
}
</style>
background-color css
<style>
a { background-color: #215084; }
a { background-color: rgb(33,80,132); }
div.DivClassName
{
background-color: #215084;
}
.BgClassName
{
background-color: #215084;
}
</style>
border-color css
<style>
span { border-color: #215084; }
span { border-color: rgb(33,80,132); }
td.TdClassName
{
border-color: #215084;
}
.TagClassName
{
border-color: #215084;
}
</style>