Shades of Endeavour #21559B
Tints of Endeavour #21559B
RGB
CMYK
RGB Variations
Color information
#21559B (or 0x21559B) is known color: Endeavour. HEX triplet: 21, 55 and 9B. RGB value is (33,85,155). Sum of RGB (Red+Green+Blue) = 33+85+155=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #21559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21559B is #DEAA64. Grayscale: #4D4D4D. Windows color (decimal): -14592613 or 10179873. OLE color: 10179873.
HSL color Cylindrical-coordinate representation of color #21559B: hue angle of 214.43º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21559B is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 85 | 155 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.39 |
| HSL | 214.43º | 0.65% | 0.37% | - |
| HSV(B) | 214.43º | 0.79% | 0.61% | - |
| XYZ | 9.79 | 9.19 | 32.27 | - |
| YUV | 77.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 155 | 0.79 | 0.45 | 0 | 0.39 | 214.43 | 0.65 | 0.37 |
| Hex | 21 | 55 | 9B | 4F | 2D | 0 | 27 | D6 | 41 | 25 |
| Octal | 41 | 125 | 233 | 117 | 55 | 0 | 47 | 326 | 101 | 45 |
| Binary | 100001 | 1010101 | 10011011 | 1001111 | 101101 | 0 | 100111 | 11010110 | 1000001 | 100101 |
Color Harmonies of #21559B
Complementary color
Monochromatic Colors of #21559B
Black with #21559B
Text Example
Text Example
White with #21559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21559B; }
p { color: rgb(33,85,155); }
H1.HeaderClassName
{
color: #21559B;
}
.AnyTagClassName
{
color: #21559B;
}
</style>
background-color css
<style>
a { background-color: #21559B; }
a { background-color: rgb(33,85,155); }
div.DivClassName
{
background-color: #21559B;
}
.BgClassName
{
background-color: #21559B;
}
</style>
border-color css
<style>
span { border-color: #21559B; }
span { border-color: rgb(33,85,155); }
td.TdClassName
{
border-color: #21559B;
}
.TagClassName
{
border-color: #21559B;
}
</style>