Shades of Endeavour #21668E
Tints of Endeavour #21668E
RGB
CMYK
RGB Variations
Color information
#21668E (or 0x21668E) is known color: Endeavour. HEX triplet: 21, 66 and 8E. RGB value is (33,102,142). Sum of RGB (Red+Green+Blue) = 33+102+142=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #21668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21668E is #DE9971. Grayscale: #555555. Windows color (decimal): -14588274 or 9332257. OLE color: 9332257.
HSL color Cylindrical-coordinate representation of color #21668E: hue angle of 202.02º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21668E is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 102 | 142 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.44 |
| HSL | 202.02º | 0.62% | 0.34% | - |
| HSV(B) | 202.02º | 0.77% | 0.56% | - |
| XYZ | 10.26 | 11.78 | 27.32 | - |
| YUV | 85.93 | 159.64 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 142 | 0.77 | 0.28 | 0 | 0.44 | 202.02 | 0.62 | 0.34 |
| Hex | 21 | 66 | 8E | 4D | 1C | 0 | 2C | CA | 3E | 22 |
| Octal | 41 | 146 | 216 | 115 | 34 | 0 | 54 | 312 | 76 | 42 |
| Binary | 100001 | 1100110 | 10001110 | 1001101 | 11100 | 0 | 101100 | 11001010 | 111110 | 100010 |
Color Harmonies of #21668E
Complementary color
Monochromatic Colors of #21668E
Black with #21668E
Text Example
Text Example
White with #21668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21668E; }
p { color: rgb(33,102,142); }
H1.HeaderClassName
{
color: #21668E;
}
.AnyTagClassName
{
color: #21668E;
}
</style>
background-color css
<style>
a { background-color: #21668E; }
a { background-color: rgb(33,102,142); }
div.DivClassName
{
background-color: #21668E;
}
.BgClassName
{
background-color: #21668E;
}
</style>
border-color css
<style>
span { border-color: #21668E; }
span { border-color: rgb(33,102,142); }
td.TdClassName
{
border-color: #21668E;
}
.TagClassName
{
border-color: #21668E;
}
</style>