Shades of Endeavour #215893
Tints of Endeavour #215893
RGB
CMYK
RGB Variations
Color information
#215893 (or 0x215893) is known color: Endeavour. HEX triplet: 21, 58 and 93. RGB value is (33,88,147). Sum of RGB (Red+Green+Blue) = 33+88+147=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #215893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215893 is #DEA76C. Grayscale: #4D4D4D. Windows color (decimal): -14591853 or 9656353. OLE color: 9656353.
HSL color Cylindrical-coordinate representation of color #215893: hue angle of 211.05º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215893 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 88 | 147 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.42 |
| HSL | 211.05º | 0.63% | 0.35% | - |
| HSV(B) | 211.05º | 0.78% | 0.58% | - |
| XYZ | 9.38 | 9.41 | 28.93 | - |
| YUV | 78.28 | 166.78 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 147 | 0.78 | 0.40 | 0 | 0.42 | 211.05 | 0.63 | 0.35 |
| Hex | 21 | 58 | 93 | 4E | 28 | 0 | 2A | D3 | 3F | 23 |
| Octal | 41 | 130 | 223 | 116 | 50 | 0 | 52 | 323 | 77 | 43 |
| Binary | 100001 | 1011000 | 10010011 | 1001110 | 101000 | 0 | 101010 | 11010011 | 111111 | 100011 |
Color Harmonies of #215893
Complementary color
Monochromatic Colors of #215893
Black with #215893
Text Example
Text Example
White with #215893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215893; }
p { color: rgb(33,88,147); }
H1.HeaderClassName
{
color: #215893;
}
.AnyTagClassName
{
color: #215893;
}
</style>
background-color css
<style>
a { background-color: #215893; }
a { background-color: rgb(33,88,147); }
div.DivClassName
{
background-color: #215893;
}
.BgClassName
{
background-color: #215893;
}
</style>
border-color css
<style>
span { border-color: #215893; }
span { border-color: rgb(33,88,147); }
td.TdClassName
{
border-color: #215893;
}
.TagClassName
{
border-color: #215893;
}
</style>