Shades of Endeavour #21568A
Tints of Endeavour #21568A
RGB
CMYK
RGB Variations
Color information
#21568A (or 0x21568A) is known color: Endeavour. HEX triplet: 21, 56 and 8A. RGB value is (33,86,138). Sum of RGB (Red+Green+Blue) = 33+86+138=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #21568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21568A is #DEA975. Grayscale: #4B4B4B. Windows color (decimal): -14592374 or 9066017. OLE color: 9066017.
HSL color Cylindrical-coordinate representation of color #21568A: hue angle of 209.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21568A is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 86 | 138 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.46 |
| HSL | 209.71º | 0.61% | 0.34% | - |
| HSV(B) | 209.71º | 0.76% | 0.54% | - |
| XYZ | 8.54 | 8.81 | 25.3 | - |
| YUV | 76.08 | 162.94 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 138 | 0.76 | 0.38 | 0 | 0.46 | 209.71 | 0.61 | 0.34 |
| Hex | 21 | 56 | 8A | 4C | 26 | 0 | 2E | D2 | 3D | 22 |
| Octal | 41 | 126 | 212 | 114 | 46 | 0 | 56 | 322 | 75 | 42 |
| Binary | 100001 | 1010110 | 10001010 | 1001100 | 100110 | 0 | 101110 | 11010010 | 111101 | 100010 |
Color Harmonies of #21568A
Complementary color
Monochromatic Colors of #21568A
Black with #21568A
Text Example
Text Example
White with #21568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21568A; }
p { color: rgb(33,86,138); }
H1.HeaderClassName
{
color: #21568A;
}
.AnyTagClassName
{
color: #21568A;
}
</style>
background-color css
<style>
a { background-color: #21568A; }
a { background-color: rgb(33,86,138); }
div.DivClassName
{
background-color: #21568A;
}
.BgClassName
{
background-color: #21568A;
}
</style>
border-color css
<style>
span { border-color: #21568A; }
span { border-color: rgb(33,86,138); }
td.TdClassName
{
border-color: #21568A;
}
.TagClassName
{
border-color: #21568A;
}
</style>