Shades of Endeavour #21608D
Tints of Endeavour #21608D
RGB
CMYK
RGB Variations
Color information
#21608D (or 0x21608D) is known color: Endeavour. HEX triplet: 21, 60 and 8D. RGB value is (33,96,141). Sum of RGB (Red+Green+Blue) = 33+96+141=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #21608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21608D is #DE9F72. Grayscale: #525252. Windows color (decimal): -14589811 or 9265185. OLE color: 9265185.
HSL color Cylindrical-coordinate representation of color #21608D: hue angle of 205º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21608D is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 96 | 141 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.45 |
| HSL | 205º | 0.62% | 0.34% | - |
| HSV(B) | 205º | 0.77% | 0.55% | - |
| XYZ | 9.62 | 10.61 | 26.74 | - |
| YUV | 82.29 | 161.13 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 141 | 0.77 | 0.32 | 0 | 0.45 | 205 | 0.62 | 0.34 |
| Hex | 21 | 60 | 8D | 4D | 20 | 0 | 2D | CD | 3E | 22 |
| Octal | 41 | 140 | 215 | 115 | 40 | 0 | 55 | 315 | 76 | 42 |
| Binary | 100001 | 1100000 | 10001101 | 1001101 | 100000 | 0 | 101101 | 11001101 | 111110 | 100010 |
Color Harmonies of #21608D
Complementary color
Monochromatic Colors of #21608D
Black with #21608D
Text Example
Text Example
White with #21608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21608D; }
p { color: rgb(33,96,141); }
H1.HeaderClassName
{
color: #21608D;
}
.AnyTagClassName
{
color: #21608D;
}
</style>
background-color css
<style>
a { background-color: #21608D; }
a { background-color: rgb(33,96,141); }
div.DivClassName
{
background-color: #21608D;
}
.BgClassName
{
background-color: #21608D;
}
</style>
border-color css
<style>
span { border-color: #21608D; }
span { border-color: rgb(33,96,141); }
td.TdClassName
{
border-color: #21608D;
}
.TagClassName
{
border-color: #21608D;
}
</style>