Shades of Endeavour #21578D
Tints of Endeavour #21578D
RGB
CMYK
RGB Variations
Color information
#21578D (or 0x21578D) is known color: Endeavour. HEX triplet: 21, 57 and 8D. RGB value is (33,87,141). Sum of RGB (Red+Green+Blue) = 33+87+141=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #21578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21578D is #DEA872. Grayscale: #4C4C4C. Windows color (decimal): -14592115 or 9262881. OLE color: 9262881.
HSL color Cylindrical-coordinate representation of color #21578D: hue angle of 210º 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 #21578D is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 87 | 141 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.45 |
| HSL | 210º | 0.62% | 0.34% | - |
| HSV(B) | 210º | 0.77% | 0.55% | - |
| XYZ | 8.84 | 9.06 | 26.48 | - |
| YUV | 77.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 141 | 0.77 | 0.38 | 0 | 0.45 | 210 | 0.62 | 0.34 |
| Hex | 21 | 57 | 8D | 4D | 26 | 0 | 2D | D2 | 3E | 22 |
| Octal | 41 | 127 | 215 | 115 | 46 | 0 | 55 | 322 | 76 | 42 |
| Binary | 100001 | 1010111 | 10001101 | 1001101 | 100110 | 0 | 101101 | 11010010 | 111110 | 100010 |
Color Harmonies of #21578D
Complementary color
Monochromatic Colors of #21578D
Black with #21578D
Text Example
Text Example
White with #21578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21578D; }
p { color: rgb(33,87,141); }
H1.HeaderClassName
{
color: #21578D;
}
.AnyTagClassName
{
color: #21578D;
}
</style>
background-color css
<style>
a { background-color: #21578D; }
a { background-color: rgb(33,87,141); }
div.DivClassName
{
background-color: #21578D;
}
.BgClassName
{
background-color: #21578D;
}
</style>
border-color css
<style>
span { border-color: #21578D; }
span { border-color: rgb(33,87,141); }
td.TdClassName
{
border-color: #21578D;
}
.TagClassName
{
border-color: #21578D;
}
</style>