Shades of Endeavour #21549C
Tints of Endeavour #21549C
RGB
CMYK
RGB Variations
Color information
#21549C (or 0x21549C) is known color: Endeavour. HEX triplet: 21, 54 and 9C. RGB value is (33,84,156). Sum of RGB (Red+Green+Blue) = 33+84+156=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #21549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21549C is #DEAB63. Grayscale: #4C4C4C. Windows color (decimal): -14592868 or 10245153. OLE color: 10245153.
HSL color Cylindrical-coordinate representation of color #21549C: hue angle of 215.12º 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 #21549C is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 84 | 156 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.39 |
| HSL | 215.12º | 0.65% | 0.37% | - |
| HSV(B) | 215.12º | 0.79% | 0.61% | - |
| XYZ | 9.8 | 9.06 | 32.69 | - |
| YUV | 76.96 | 172.6 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 156 | 0.79 | 0.46 | 0 | 0.39 | 215.12 | 0.65 | 0.37 |
| Hex | 21 | 54 | 9C | 4F | 2E | 0 | 27 | D7 | 41 | 25 |
| Octal | 41 | 124 | 234 | 117 | 56 | 0 | 47 | 327 | 101 | 45 |
| Binary | 100001 | 1010100 | 10011100 | 1001111 | 101110 | 0 | 100111 | 11010111 | 1000001 | 100101 |
Color Harmonies of #21549C
Complementary color
Monochromatic Colors of #21549C
Black with #21549C
Text Example
Text Example
White with #21549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21549C; }
p { color: rgb(33,84,156); }
H1.HeaderClassName
{
color: #21549C;
}
.AnyTagClassName
{
color: #21549C;
}
</style>
background-color css
<style>
a { background-color: #21549C; }
a { background-color: rgb(33,84,156); }
div.DivClassName
{
background-color: #21549C;
}
.BgClassName
{
background-color: #21549C;
}
</style>
border-color css
<style>
span { border-color: #21549C; }
span { border-color: rgb(33,84,156); }
td.TdClassName
{
border-color: #21549C;
}
.TagClassName
{
border-color: #21549C;
}
</style>