Shades of Endeavour #215C96
Tints of Endeavour #215C96
RGB
CMYK
RGB Variations
Color information
#215C96 (or 0x215C96) is known color: Endeavour. HEX triplet: 21, 5C and 96. RGB value is (33,92,150). Sum of RGB (Red+Green+Blue) = 33+92+150=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #215C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C96 is #DEA369. Grayscale: #505050. Windows color (decimal): -14590826 or 9853985. OLE color: 9853985.
HSL color Cylindrical-coordinate representation of color #215C96: hue angle of 209.74º 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 #215C96 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 92 | 150 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.41 |
| HSL | 209.74º | 0.64% | 0.36% | - |
| HSV(B) | 209.74º | 0.78% | 0.59% | - |
| XYZ | 9.96 | 10.18 | 30.29 | - |
| YUV | 80.97 | 166.95 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 150 | 0.78 | 0.39 | 0 | 0.41 | 209.74 | 0.64 | 0.36 |
| Hex | 21 | 5C | 96 | 4E | 27 | 0 | 29 | D2 | 40 | 24 |
| Octal | 41 | 134 | 226 | 116 | 47 | 0 | 51 | 322 | 100 | 44 |
| Binary | 100001 | 1011100 | 10010110 | 1001110 | 100111 | 0 | 101001 | 11010010 | 1000000 | 100100 |
Color Harmonies of #215C96
Complementary color
Monochromatic Colors of #215C96
Black with #215C96
Text Example
Text Example
White with #215C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C96; }
p { color: rgb(33,92,150); }
H1.HeaderClassName
{
color: #215C96;
}
.AnyTagClassName
{
color: #215C96;
}
</style>
background-color css
<style>
a { background-color: #215C96; }
a { background-color: rgb(33,92,150); }
div.DivClassName
{
background-color: #215C96;
}
.BgClassName
{
background-color: #215C96;
}
</style>
border-color css
<style>
span { border-color: #215C96; }
span { border-color: rgb(33,92,150); }
td.TdClassName
{
border-color: #215C96;
}
.TagClassName
{
border-color: #215C96;
}
</style>