Shades of Endeavour #215995
Tints of Endeavour #215995
RGB
CMYK
RGB Variations
Color information
#215995 (or 0x215995) is known color: Endeavour. HEX triplet: 21, 59 and 95. RGB value is (33,89,149). Sum of RGB (Red+Green+Blue) = 33+89+149=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #215995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215995 is #DEA66A. Grayscale: #4E4E4E. Windows color (decimal): -14591595 or 9787681. OLE color: 9787681.
HSL color Cylindrical-coordinate representation of color #215995: hue angle of 211.03º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215995 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 89 | 149 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.42 |
| HSL | 211.03º | 0.64% | 0.36% | - |
| HSV(B) | 211.03º | 0.78% | 0.58% | - |
| XYZ | 9.62 | 9.64 | 29.79 | - |
| YUV | 79.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 149 | 0.78 | 0.40 | 0 | 0.42 | 211.03 | 0.64 | 0.36 |
| Hex | 21 | 59 | 95 | 4E | 28 | 0 | 2A | D3 | 40 | 24 |
| Octal | 41 | 131 | 225 | 116 | 50 | 0 | 52 | 323 | 100 | 44 |
| Binary | 100001 | 1011001 | 10010101 | 1001110 | 101000 | 0 | 101010 | 11010011 | 1000000 | 100100 |
Color Harmonies of #215995
Complementary color
Monochromatic Colors of #215995
Black with #215995
Text Example
Text Example
White with #215995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215995; }
p { color: rgb(33,89,149); }
H1.HeaderClassName
{
color: #215995;
}
.AnyTagClassName
{
color: #215995;
}
</style>
background-color css
<style>
a { background-color: #215995; }
a { background-color: rgb(33,89,149); }
div.DivClassName
{
background-color: #215995;
}
.BgClassName
{
background-color: #215995;
}
</style>
border-color css
<style>
span { border-color: #215995; }
span { border-color: rgb(33,89,149); }
td.TdClassName
{
border-color: #215995;
}
.TagClassName
{
border-color: #215995;
}
</style>