Shades of Endeavour #21489A
Tints of Endeavour #21489A
RGB
CMYK
RGB Variations
Color information
#21489A (or 0x21489A) is known color: Endeavour. HEX triplet: 21, 48 and 9A. RGB value is (33,72,154). Sum of RGB (Red+Green+Blue) = 33+72+154=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #21489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21489A is #DEB765. Grayscale: #454545. Windows color (decimal): -14595942 or 10111009. OLE color: 10111009.
HSL color Cylindrical-coordinate representation of color #21489A: hue angle of 220.66º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21489A is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 72 | 154 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.40 |
| HSL | 220.66º | 0.65% | 0.37% | - |
| HSV(B) | 220.66º | 0.79% | 0.6% | - |
| XYZ | 8.78 | 7.29 | 31.52 | - |
| YUV | 69.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 154 | 0.79 | 0.53 | 0 | 0.40 | 220.66 | 0.65 | 0.37 |
| Hex | 21 | 48 | 9A | 4F | 35 | 0 | 28 | DD | 41 | 25 |
| Octal | 41 | 110 | 232 | 117 | 65 | 0 | 50 | 335 | 101 | 45 |
| Binary | 100001 | 1001000 | 10011010 | 1001111 | 110101 | 0 | 101000 | 11011101 | 1000001 | 100101 |
Color Harmonies of #21489A
Complementary color
Monochromatic Colors of #21489A
Black with #21489A
Text Example
Text Example
White with #21489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21489A; }
p { color: rgb(33,72,154); }
H1.HeaderClassName
{
color: #21489A;
}
.AnyTagClassName
{
color: #21489A;
}
</style>
background-color css
<style>
a { background-color: #21489A; }
a { background-color: rgb(33,72,154); }
div.DivClassName
{
background-color: #21489A;
}
.BgClassName
{
background-color: #21489A;
}
</style>
border-color css
<style>
span { border-color: #21489A; }
span { border-color: rgb(33,72,154); }
td.TdClassName
{
border-color: #21489A;
}
.TagClassName
{
border-color: #21489A;
}
</style>