Shades of Endeavour #215197
Tints of Endeavour #215197
RGB
CMYK
RGB Variations
Color information
#215197 (or 0x215197) is known color: Endeavour. HEX triplet: 21, 51 and 97. RGB value is (33,81,151). Sum of RGB (Red+Green+Blue) = 33+81+151=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #215197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215197 is #DEAE68. Grayscale: #4A4A4A. Windows color (decimal): -14593641 or 9916705. OLE color: 9916705.
HSL color Cylindrical-coordinate representation of color #215197: hue angle of 215.59º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215197 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 81 | 151 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.41 |
| HSL | 215.59º | 0.64% | 0.36% | - |
| HSV(B) | 215.59º | 0.78% | 0.59% | - |
| XYZ | 9.16 | 8.44 | 30.43 | - |
| YUV | 74.63 | 171.1 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 151 | 0.78 | 0.46 | 0 | 0.41 | 215.59 | 0.64 | 0.36 |
| Hex | 21 | 51 | 97 | 4E | 2E | 0 | 29 | D8 | 40 | 24 |
| Octal | 41 | 121 | 227 | 116 | 56 | 0 | 51 | 330 | 100 | 44 |
| Binary | 100001 | 1010001 | 10010111 | 1001110 | 101110 | 0 | 101001 | 11011000 | 1000000 | 100100 |
Color Harmonies of #215197
Complementary color
Monochromatic Colors of #215197
Black with #215197
Text Example
Text Example
White with #215197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215197; }
p { color: rgb(33,81,151); }
H1.HeaderClassName
{
color: #215197;
}
.AnyTagClassName
{
color: #215197;
}
</style>
background-color css
<style>
a { background-color: #215197; }
a { background-color: rgb(33,81,151); }
div.DivClassName
{
background-color: #215197;
}
.BgClassName
{
background-color: #215197;
}
</style>
border-color css
<style>
span { border-color: #215197; }
span { border-color: rgb(33,81,151); }
td.TdClassName
{
border-color: #215197;
}
.TagClassName
{
border-color: #215197;
}
</style>