Shades of Endeavour #215198
Tints of Endeavour #215198
RGB
CMYK
RGB Variations
Color information
#215198 (or 0x215198) is known color: Endeavour. HEX triplet: 21, 51 and 98. RGB value is (33,81,152). Sum of RGB (Red+Green+Blue) = 33+81+152=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #215198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215198 is #DEAE67. Grayscale: #4A4A4A. Windows color (decimal): -14593640 or 9982241. OLE color: 9982241.
HSL color Cylindrical-coordinate representation of color #215198: hue angle of 215.8º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215198 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 81 | 152 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.40 |
| HSL | 215.8º | 0.64% | 0.36% | - |
| HSV(B) | 215.8º | 0.78% | 0.6% | - |
| XYZ | 9.24 | 8.48 | 30.85 | - |
| YUV | 74.74 | 171.6 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 152 | 0.78 | 0.47 | 0 | 0.40 | 215.8 | 0.64 | 0.36 |
| Hex | 21 | 51 | 98 | 4E | 2F | 0 | 28 | D8 | 40 | 24 |
| Octal | 41 | 121 | 230 | 116 | 57 | 0 | 50 | 330 | 100 | 44 |
| Binary | 100001 | 1010001 | 10011000 | 1001110 | 101111 | 0 | 101000 | 11011000 | 1000000 | 100100 |
Color Harmonies of #215198
Complementary color
Monochromatic Colors of #215198
Black with #215198
Text Example
Text Example
White with #215198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215198; }
p { color: rgb(33,81,152); }
H1.HeaderClassName
{
color: #215198;
}
.AnyTagClassName
{
color: #215198;
}
</style>
background-color css
<style>
a { background-color: #215198; }
a { background-color: rgb(33,81,152); }
div.DivClassName
{
background-color: #215198;
}
.BgClassName
{
background-color: #215198;
}
</style>
border-color css
<style>
span { border-color: #215198; }
span { border-color: rgb(33,81,152); }
td.TdClassName
{
border-color: #215198;
}
.TagClassName
{
border-color: #215198;
}
</style>