Shades of Endeavour #21658D
Tints of Endeavour #21658D
RGB
CMYK
RGB Variations
Color information
#21658D (or 0x21658D) is known color: Endeavour. HEX triplet: 21, 65 and 8D. RGB value is (33,101,141). Sum of RGB (Red+Green+Blue) = 33+101+141=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #21658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21658D is #DE9A72. Grayscale: #555555. Windows color (decimal): -14588531 or 9266465. OLE color: 9266465.
HSL color Cylindrical-coordinate representation of color #21658D: hue angle of 202.22º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21658D is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 101 | 141 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.45 |
| HSL | 202.22º | 0.62% | 0.34% | - |
| HSV(B) | 202.22º | 0.77% | 0.55% | - |
| XYZ | 10.09 | 11.55 | 26.9 | - |
| YUV | 85.23 | 159.47 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 141 | 0.77 | 0.28 | 0 | 0.45 | 202.22 | 0.62 | 0.34 |
| Hex | 21 | 65 | 8D | 4D | 1C | 0 | 2D | CA | 3E | 22 |
| Octal | 41 | 145 | 215 | 115 | 34 | 0 | 55 | 312 | 76 | 42 |
| Binary | 100001 | 1100101 | 10001101 | 1001101 | 11100 | 0 | 101101 | 11001010 | 111110 | 100010 |
Color Harmonies of #21658D
Complementary color
Monochromatic Colors of #21658D
Black with #21658D
Text Example
Text Example
White with #21658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21658D; }
p { color: rgb(33,101,141); }
H1.HeaderClassName
{
color: #21658D;
}
.AnyTagClassName
{
color: #21658D;
}
</style>
background-color css
<style>
a { background-color: #21658D; }
a { background-color: rgb(33,101,141); }
div.DivClassName
{
background-color: #21658D;
}
.BgClassName
{
background-color: #21658D;
}
</style>
border-color css
<style>
span { border-color: #21658D; }
span { border-color: rgb(33,101,141); }
td.TdClassName
{
border-color: #21658D;
}
.TagClassName
{
border-color: #21658D;
}
</style>