Shades of Endeavour #21588C
Tints of Endeavour #21588C
RGB
CMYK
RGB Variations
Color information
#21588C (or 0x21588C) is known color: Endeavour. HEX triplet: 21, 58 and 8C. RGB value is (33,88,140). Sum of RGB (Red+Green+Blue) = 33+88+140=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #21588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21588C is #DEA773. Grayscale: #4D4D4D. Windows color (decimal): -14591860 or 9197601. OLE color: 9197601.
HSL color Cylindrical-coordinate representation of color #21588C: hue angle of 209.16º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21588C is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 88 | 140 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.45 |
| HSL | 209.16º | 0.62% | 0.34% | - |
| HSV(B) | 209.16º | 0.76% | 0.55% | - |
| XYZ | 8.85 | 9.2 | 26.12 | - |
| YUV | 77.48 | 163.28 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 140 | 0.76 | 0.37 | 0 | 0.45 | 209.16 | 0.62 | 0.34 |
| Hex | 21 | 58 | 8C | 4C | 25 | 0 | 2D | D1 | 3E | 22 |
| Octal | 41 | 130 | 214 | 114 | 45 | 0 | 55 | 321 | 76 | 42 |
| Binary | 100001 | 1011000 | 10001100 | 1001100 | 100101 | 0 | 101101 | 11010001 | 111110 | 100010 |
Color Harmonies of #21588C
Complementary color
Monochromatic Colors of #21588C
Black with #21588C
Text Example
Text Example
White with #21588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21588C; }
p { color: rgb(33,88,140); }
H1.HeaderClassName
{
color: #21588C;
}
.AnyTagClassName
{
color: #21588C;
}
</style>
background-color css
<style>
a { background-color: #21588C; }
a { background-color: rgb(33,88,140); }
div.DivClassName
{
background-color: #21588C;
}
.BgClassName
{
background-color: #21588C;
}
</style>
border-color css
<style>
span { border-color: #21588C; }
span { border-color: rgb(33,88,140); }
td.TdClassName
{
border-color: #21588C;
}
.TagClassName
{
border-color: #21588C;
}
</style>