Shades of Endeavour #2154A0
Tints of Endeavour #2154A0
RGB
CMYK
RGB Variations
Color information
#2154A0 (or 0x2154A0) is known color: Endeavour. HEX triplet: 21, 54 and A0. RGB value is (33,84,160). Sum of RGB (Red+Green+Blue) = 33+84+160=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #2154A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2154A0 is #DEAB5F. Grayscale: #4D4D4D. Windows color (decimal): -14592864 or 10507297. OLE color: 10507297.
HSL color Cylindrical-coordinate representation of color #2154A0: hue angle of 215.91º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2154A0 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 84 | 160 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.37 |
| HSL | 215.91º | 0.66% | 0.38% | - |
| HSV(B) | 215.91º | 0.79% | 0.63% | - |
| XYZ | 10.14 | 9.2 | 34.5 | - |
| YUV | 77.42 | 174.6 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 160 | 0.79 | 0.48 | 0 | 0.37 | 215.91 | 0.66 | 0.38 |
| Hex | 21 | 54 | A0 | 4F | 30 | 0 | 25 | D8 | 42 | 26 |
| Octal | 41 | 124 | 240 | 117 | 60 | 0 | 45 | 330 | 102 | 46 |
| Binary | 100001 | 1010100 | 10100000 | 1001111 | 110000 | 0 | 100101 | 11011000 | 1000010 | 100110 |
Color Harmonies of #2154A0
Complementary color
Monochromatic Colors of #2154A0
Black with #2154A0
Text Example
Text Example
White with #2154A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154A0; }
p { color: rgb(33,84,160); }
H1.HeaderClassName
{
color: #2154A0;
}
.AnyTagClassName
{
color: #2154A0;
}
</style>
background-color css
<style>
a { background-color: #2154A0; }
a { background-color: rgb(33,84,160); }
div.DivClassName
{
background-color: #2154A0;
}
.BgClassName
{
background-color: #2154A0;
}
</style>
border-color css
<style>
span { border-color: #2154A0; }
span { border-color: rgb(33,84,160); }
td.TdClassName
{
border-color: #2154A0;
}
.TagClassName
{
border-color: #2154A0;
}
</style>