Shades of Endeavour #2154A3
Tints of Endeavour #2154A3
RGB
CMYK
RGB Variations
Color information
#2154A3 (or 0x2154A3) is known color: Endeavour. HEX triplet: 21, 54 and A3. RGB value is (33,84,163). Sum of RGB (Red+Green+Blue) = 33+84+163=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 163 (64.06% from 255 or 58.21% from 280); Max value from RGB is 163 - color contains mainly: blue. Hex color #2154A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2154A3 is #DEAB5C. Grayscale: #4D4D4D. Windows color (decimal): -14592861 or 10703905. OLE color: 10703905.
HSL color Cylindrical-coordinate representation of color #2154A3: hue angle of 216.46º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2154A3 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 84 | 163 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.36 |
| HSL | 216.46º | 0.66% | 0.38% | - |
| HSV(B) | 216.46º | 0.8% | 0.64% | - |
| XYZ | 10.41 | 9.31 | 35.9 | - |
| YUV | 77.76 | 176.1 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 163 | 0.80 | 0.48 | 0 | 0.36 | 216.46 | 0.66 | 0.38 |
| Hex | 21 | 54 | A3 | 50 | 30 | 0 | 24 | D8 | 42 | 26 |
| Octal | 41 | 124 | 243 | 120 | 60 | 0 | 44 | 330 | 102 | 46 |
| Binary | 100001 | 1010100 | 10100011 | 1010000 | 110000 | 0 | 100100 | 11011000 | 1000010 | 100110 |
Color Harmonies of #2154A3
Complementary color
Monochromatic Colors of #2154A3
Black with #2154A3
Text Example
Text Example
White with #2154A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2154A3; }
p { color: rgb(33,84,163); }
H1.HeaderClassName
{
color: #2154A3;
}
.AnyTagClassName
{
color: #2154A3;
}
</style>
background-color css
<style>
a { background-color: #2154A3; }
a { background-color: rgb(33,84,163); }
div.DivClassName
{
background-color: #2154A3;
}
.BgClassName
{
background-color: #2154A3;
}
</style>
border-color css
<style>
span { border-color: #2154A3; }
span { border-color: rgb(33,84,163); }
td.TdClassName
{
border-color: #2154A3;
}
.TagClassName
{
border-color: #2154A3;
}
</style>