Shades of Endeavour #216397
Tints of Endeavour #216397
RGB
CMYK
RGB Variations
Color information
#216397 (or 0x216397) is known color: Endeavour. HEX triplet: 21, 63 and 97. RGB value is (33,99,151). Sum of RGB (Red+Green+Blue) = 33+99+151=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #216397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216397 is #DE9C68. Grayscale: #545454. Windows color (decimal): -14589033 or 9921313. OLE color: 9921313.
HSL color Cylindrical-coordinate representation of color #216397: hue angle of 206.44º 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 #216397 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 99 | 151 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.41 |
| HSL | 206.44º | 0.64% | 0.36% | - |
| HSV(B) | 206.44º | 0.78% | 0.59% | - |
| XYZ | 10.67 | 11.48 | 30.93 | - |
| YUV | 85.19 | 165.13 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 151 | 0.78 | 0.34 | 0 | 0.41 | 206.44 | 0.64 | 0.36 |
| Hex | 21 | 63 | 97 | 4E | 22 | 0 | 29 | CE | 40 | 24 |
| Octal | 41 | 143 | 227 | 116 | 42 | 0 | 51 | 316 | 100 | 44 |
| Binary | 100001 | 1100011 | 10010111 | 1001110 | 100010 | 0 | 101001 | 11001110 | 1000000 | 100100 |
Color Harmonies of #216397
Complementary color
Monochromatic Colors of #216397
Black with #216397
Text Example
Text Example
White with #216397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216397; }
p { color: rgb(33,99,151); }
H1.HeaderClassName
{
color: #216397;
}
.AnyTagClassName
{
color: #216397;
}
</style>
background-color css
<style>
a { background-color: #216397; }
a { background-color: rgb(33,99,151); }
div.DivClassName
{
background-color: #216397;
}
.BgClassName
{
background-color: #216397;
}
</style>
border-color css
<style>
span { border-color: #216397; }
span { border-color: rgb(33,99,151); }
td.TdClassName
{
border-color: #216397;
}
.TagClassName
{
border-color: #216397;
}
</style>