Shades of Endeavour #215D93
Tints of Endeavour #215D93
RGB
CMYK
RGB Variations
Color information
#215D93 (or 0x215D93) is known color: Endeavour. HEX triplet: 21, 5D and 93. RGB value is (33,93,147). Sum of RGB (Red+Green+Blue) = 33+93+147=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #215D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215D93 is #DEA26C. Grayscale: #505050. Windows color (decimal): -14590573 or 9657633. OLE color: 9657633.
HSL color Cylindrical-coordinate representation of color #215D93: hue angle of 208.42º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215D93 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 93 | 147 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.42 |
| HSL | 208.42º | 0.63% | 0.35% | - |
| HSV(B) | 208.42º | 0.78% | 0.58% | - |
| XYZ | 9.81 | 10.26 | 29.07 | - |
| YUV | 81.22 | 165.12 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 147 | 0.78 | 0.37 | 0 | 0.42 | 208.42 | 0.63 | 0.35 |
| Hex | 21 | 5D | 93 | 4E | 25 | 0 | 2A | D0 | 3F | 23 |
| Octal | 41 | 135 | 223 | 116 | 45 | 0 | 52 | 320 | 77 | 43 |
| Binary | 100001 | 1011101 | 10010011 | 1001110 | 100101 | 0 | 101010 | 11010000 | 111111 | 100011 |
Color Harmonies of #215D93
Complementary color
Monochromatic Colors of #215D93
Black with #215D93
Text Example
Text Example
White with #215D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D93; }
p { color: rgb(33,93,147); }
H1.HeaderClassName
{
color: #215D93;
}
.AnyTagClassName
{
color: #215D93;
}
</style>
background-color css
<style>
a { background-color: #215D93; }
a { background-color: rgb(33,93,147); }
div.DivClassName
{
background-color: #215D93;
}
.BgClassName
{
background-color: #215D93;
}
</style>
border-color css
<style>
span { border-color: #215D93; }
span { border-color: rgb(33,93,147); }
td.TdClassName
{
border-color: #215D93;
}
.TagClassName
{
border-color: #215D93;
}
</style>