Shades of Endeavour #215E97
Tints of Endeavour #215E97
RGB
CMYK
RGB Variations
Color information
#215E97 (or 0x215E97) is known color: Endeavour. HEX triplet: 21, 5E and 97. RGB value is (33,94,151). Sum of RGB (Red+Green+Blue) = 33+94+151=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #215E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215E97 is #DEA168. Grayscale: #515151. Windows color (decimal): -14590313 or 9920033. OLE color: 9920033.
HSL color Cylindrical-coordinate representation of color #215E97: hue angle of 208.98º 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 #215E97 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 94 | 151 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.41 |
| HSL | 208.98º | 0.64% | 0.36% | - |
| HSV(B) | 208.98º | 0.78% | 0.59% | - |
| XYZ | 10.22 | 10.56 | 30.78 | - |
| YUV | 82.26 | 166.79 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 151 | 0.78 | 0.38 | 0 | 0.41 | 208.98 | 0.64 | 0.36 |
| Hex | 21 | 5E | 97 | 4E | 26 | 0 | 29 | D1 | 40 | 24 |
| Octal | 41 | 136 | 227 | 116 | 46 | 0 | 51 | 321 | 100 | 44 |
| Binary | 100001 | 1011110 | 10010111 | 1001110 | 100110 | 0 | 101001 | 11010001 | 1000000 | 100100 |
Color Harmonies of #215E97
Complementary color
Monochromatic Colors of #215E97
Black with #215E97
Text Example
Text Example
White with #215E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E97; }
p { color: rgb(33,94,151); }
H1.HeaderClassName
{
color: #215E97;
}
.AnyTagClassName
{
color: #215E97;
}
</style>
background-color css
<style>
a { background-color: #215E97; }
a { background-color: rgb(33,94,151); }
div.DivClassName
{
background-color: #215E97;
}
.BgClassName
{
background-color: #215E97;
}
</style>
border-color css
<style>
span { border-color: #215E97; }
span { border-color: rgb(33,94,151); }
td.TdClassName
{
border-color: #215E97;
}
.TagClassName
{
border-color: #215E97;
}
</style>