Shades of Endeavour #21639A
Tints of Endeavour #21639A
RGB
CMYK
RGB Variations
Color information
#21639A (or 0x21639A) is known color: Endeavour. HEX triplet: 21, 63 and 9A. RGB value is (33,99,154). Sum of RGB (Red+Green+Blue) = 33+99+154=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #21639A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21639A is #DE9C65. Grayscale: #555555. Windows color (decimal): -14589030 or 10117921. OLE color: 10117921.
HSL color Cylindrical-coordinate representation of color #21639A: hue angle of 207.27º 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 #21639A is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 99 | 154 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.40 |
| HSL | 207.27º | 0.65% | 0.37% | - |
| HSV(B) | 207.27º | 0.79% | 0.6% | - |
| XYZ | 10.92 | 11.58 | 32.23 | - |
| YUV | 85.54 | 166.63 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 154 | 0.79 | 0.36 | 0 | 0.40 | 207.27 | 0.65 | 0.37 |
| Hex | 21 | 63 | 9A | 4F | 24 | 0 | 28 | CF | 41 | 25 |
| Octal | 41 | 143 | 232 | 117 | 44 | 0 | 50 | 317 | 101 | 45 |
| Binary | 100001 | 1100011 | 10011010 | 1001111 | 100100 | 0 | 101000 | 11001111 | 1000001 | 100101 |
Color Harmonies of #21639A
Complementary color
Monochromatic Colors of #21639A
Black with #21639A
Text Example
Text Example
White with #21639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21639A; }
p { color: rgb(33,99,154); }
H1.HeaderClassName
{
color: #21639A;
}
.AnyTagClassName
{
color: #21639A;
}
</style>
background-color css
<style>
a { background-color: #21639A; }
a { background-color: rgb(33,99,154); }
div.DivClassName
{
background-color: #21639A;
}
.BgClassName
{
background-color: #21639A;
}
</style>
border-color css
<style>
span { border-color: #21639A; }
span { border-color: rgb(33,99,154); }
td.TdClassName
{
border-color: #21639A;
}
.TagClassName
{
border-color: #21639A;
}
</style>