Shades of Endeavour #21558B
Tints of Endeavour #21558B
RGB
CMYK
RGB Variations
Color information
#21558B (or 0x21558B) is known color: Endeavour. HEX triplet: 21, 55 and 8B. RGB value is (33,85,139). Sum of RGB (Red+Green+Blue) = 33+85+139=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #21558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21558B is #DEAA74. Grayscale: #4B4B4B. Windows color (decimal): -14592629 or 9131297. OLE color: 9131297.
HSL color Cylindrical-coordinate representation of color #21558B: hue angle of 210.57º 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 #21558B is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 85 | 139 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.45 |
| HSL | 210.57º | 0.62% | 0.34% | - |
| HSV(B) | 210.57º | 0.76% | 0.55% | - |
| XYZ | 8.54 | 8.68 | 25.65 | - |
| YUV | 75.61 | 163.77 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 139 | 0.76 | 0.39 | 0 | 0.45 | 210.57 | 0.62 | 0.34 |
| Hex | 21 | 55 | 8B | 4C | 27 | 0 | 2D | D3 | 3E | 22 |
| Octal | 41 | 125 | 213 | 114 | 47 | 0 | 55 | 323 | 76 | 42 |
| Binary | 100001 | 1010101 | 10001011 | 1001100 | 100111 | 0 | 101101 | 11010011 | 111110 | 100010 |
Color Harmonies of #21558B
Complementary color
Monochromatic Colors of #21558B
Black with #21558B
Text Example
Text Example
White with #21558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21558B; }
p { color: rgb(33,85,139); }
H1.HeaderClassName
{
color: #21558B;
}
.AnyTagClassName
{
color: #21558B;
}
</style>
background-color css
<style>
a { background-color: #21558B; }
a { background-color: rgb(33,85,139); }
div.DivClassName
{
background-color: #21558B;
}
.BgClassName
{
background-color: #21558B;
}
</style>
border-color css
<style>
span { border-color: #21558B; }
span { border-color: rgb(33,85,139); }
td.TdClassName
{
border-color: #21558B;
}
.TagClassName
{
border-color: #21558B;
}
</style>