Shades of Endeavour #215290
Tints of Endeavour #215290
RGB
CMYK
RGB Variations
Color information
#215290 (or 0x215290) is known color: Endeavour. HEX triplet: 21, 52 and 90. RGB value is (33,82,144). Sum of RGB (Red+Green+Blue) = 33+82+144=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #215290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215290 is #DEAD6F. Grayscale: #4A4A4A. Windows color (decimal): -14593392 or 9458209. OLE color: 9458209.
HSL color Cylindrical-coordinate representation of color #215290: hue angle of 213.51º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #215290 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 82 | 144 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.44 |
| HSL | 213.51º | 0.63% | 0.35% | - |
| HSV(B) | 213.51º | 0.77% | 0.56% | - |
| XYZ | 8.68 | 8.37 | 27.54 | - |
| YUV | 74.42 | 167.27 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 144 | 0.77 | 0.43 | 0 | 0.44 | 213.51 | 0.63 | 0.35 |
| Hex | 21 | 52 | 90 | 4D | 2B | 0 | 2C | D6 | 3F | 23 |
| Octal | 41 | 122 | 220 | 115 | 53 | 0 | 54 | 326 | 77 | 43 |
| Binary | 100001 | 1010010 | 10010000 | 1001101 | 101011 | 0 | 101100 | 11010110 | 111111 | 100011 |
Color Harmonies of #215290
Complementary color
Monochromatic Colors of #215290
Black with #215290
Text Example
Text Example
White with #215290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215290; }
p { color: rgb(33,82,144); }
H1.HeaderClassName
{
color: #215290;
}
.AnyTagClassName
{
color: #215290;
}
</style>
background-color css
<style>
a { background-color: #215290; }
a { background-color: rgb(33,82,144); }
div.DivClassName
{
background-color: #215290;
}
.BgClassName
{
background-color: #215290;
}
</style>
border-color css
<style>
span { border-color: #215290; }
span { border-color: rgb(33,82,144); }
td.TdClassName
{
border-color: #215290;
}
.TagClassName
{
border-color: #215290;
}
</style>