Shades of Endeavour #21508E
Tints of Endeavour #21508E
RGB
CMYK
RGB Variations
Color information
#21508E (or 0x21508E) is known color: Endeavour. HEX triplet: 21, 50 and 8E. RGB value is (33,80,142). Sum of RGB (Red+Green+Blue) = 33+80+142=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #21508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21508E is #DEAF71. Grayscale: #484848. Windows color (decimal): -14593906 or 9326625. OLE color: 9326625.
HSL color Cylindrical-coordinate representation of color #21508E: hue angle of 214.13º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21508E is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 80 | 142 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.44 |
| HSL | 214.13º | 0.62% | 0.34% | - |
| HSV(B) | 214.13º | 0.77% | 0.56% | - |
| XYZ | 8.38 | 8.01 | 26.7 | - |
| YUV | 73.02 | 166.93 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 142 | 0.77 | 0.44 | 0 | 0.44 | 214.13 | 0.62 | 0.34 |
| Hex | 21 | 50 | 8E | 4D | 2C | 0 | 2C | D6 | 3E | 22 |
| Octal | 41 | 120 | 216 | 115 | 54 | 0 | 54 | 326 | 76 | 42 |
| Binary | 100001 | 1010000 | 10001110 | 1001101 | 101100 | 0 | 101100 | 11010110 | 111110 | 100010 |
Color Harmonies of #21508E
Complementary color
Monochromatic Colors of #21508E
Black with #21508E
Text Example
Text Example
White with #21508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21508E; }
p { color: rgb(33,80,142); }
H1.HeaderClassName
{
color: #21508E;
}
.AnyTagClassName
{
color: #21508E;
}
</style>
background-color css
<style>
a { background-color: #21508E; }
a { background-color: rgb(33,80,142); }
div.DivClassName
{
background-color: #21508E;
}
.BgClassName
{
background-color: #21508E;
}
</style>
border-color css
<style>
span { border-color: #21508E; }
span { border-color: rgb(33,80,142); }
td.TdClassName
{
border-color: #21508E;
}
.TagClassName
{
border-color: #21508E;
}
</style>