Shades of Endeavour #215295
Tints of Endeavour #215295
RGB
CMYK
RGB Variations
Color information
#215295 (or 0x215295) is known color: Endeavour. HEX triplet: 21, 52 and 95. RGB value is (33,82,149). Sum of RGB (Red+Green+Blue) = 33+82+149=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #215295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215295 is #DEAD6A. Grayscale: #4A4A4A. Windows color (decimal): -14593387 or 9785889. OLE color: 9785889.
HSL color Cylindrical-coordinate representation of color #215295: hue angle of 214.66º 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 #215295 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 82 | 149 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.42 |
| HSL | 214.66º | 0.64% | 0.36% | - |
| HSV(B) | 214.66º | 0.78% | 0.58% | - |
| XYZ | 9.07 | 8.53 | 29.6 | - |
| YUV | 74.99 | 169.77 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 149 | 0.78 | 0.45 | 0 | 0.42 | 214.66 | 0.64 | 0.36 |
| Hex | 21 | 52 | 95 | 4E | 2D | 0 | 2A | D7 | 40 | 24 |
| Octal | 41 | 122 | 225 | 116 | 55 | 0 | 52 | 327 | 100 | 44 |
| Binary | 100001 | 1010010 | 10010101 | 1001110 | 101101 | 0 | 101010 | 11010111 | 1000000 | 100100 |
Color Harmonies of #215295
Complementary color
Monochromatic Colors of #215295
Black with #215295
Text Example
Text Example
White with #215295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215295; }
p { color: rgb(33,82,149); }
H1.HeaderClassName
{
color: #215295;
}
.AnyTagClassName
{
color: #215295;
}
</style>
background-color css
<style>
a { background-color: #215295; }
a { background-color: rgb(33,82,149); }
div.DivClassName
{
background-color: #215295;
}
.BgClassName
{
background-color: #215295;
}
</style>
border-color css
<style>
span { border-color: #215295; }
span { border-color: rgb(33,82,149); }
td.TdClassName
{
border-color: #215295;
}
.TagClassName
{
border-color: #215295;
}
</style>