Shades of Endeavour #215289
Tints of Endeavour #215289
RGB
CMYK
RGB Variations
Color information
#215289 (or 0x215289) is known color: Endeavour. HEX triplet: 21, 52 and 89. RGB value is (33,82,137). Sum of RGB (Red+Green+Blue) = 33+82+137=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #215289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215289 is #DEAD76. Grayscale: #494949. Windows color (decimal): -14593399 or 8999457. OLE color: 8999457.
HSL color Cylindrical-coordinate representation of color #215289: hue angle of 211.73º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215289 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 82 | 137 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.46 |
| HSL | 211.73º | 0.61% | 0.33% | - |
| HSV(B) | 211.73º | 0.76% | 0.54% | - |
| XYZ | 8.16 | 8.16 | 24.81 | - |
| YUV | 73.62 | 163.77 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 137 | 0.76 | 0.40 | 0 | 0.46 | 211.73 | 0.61 | 0.33 |
| Hex | 21 | 52 | 89 | 4C | 28 | 0 | 2E | D4 | 3D | 21 |
| Octal | 41 | 122 | 211 | 114 | 50 | 0 | 56 | 324 | 75 | 41 |
| Binary | 100001 | 1010010 | 10001001 | 1001100 | 101000 | 0 | 101110 | 11010100 | 111101 | 100001 |
Color Harmonies of #215289
Complementary color
Monochromatic Colors of #215289
Black with #215289
Text Example
Text Example
White with #215289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215289; }
p { color: rgb(33,82,137); }
H1.HeaderClassName
{
color: #215289;
}
.AnyTagClassName
{
color: #215289;
}
</style>
background-color css
<style>
a { background-color: #215289; }
a { background-color: rgb(33,82,137); }
div.DivClassName
{
background-color: #215289;
}
.BgClassName
{
background-color: #215289;
}
</style>
border-color css
<style>
span { border-color: #215289; }
span { border-color: rgb(33,82,137); }
td.TdClassName
{
border-color: #215289;
}
.TagClassName
{
border-color: #215289;
}
</style>