Shades of Endeavour #215F8D
Tints of Endeavour #215F8D
RGB
CMYK
RGB Variations
Color information
#215F8D (or 0x215F8D) is known color: Endeavour. HEX triplet: 21, 5F and 8D. RGB value is (33,95,141). Sum of RGB (Red+Green+Blue) = 33+95+141=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #215F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215F8D is #DEA072. Grayscale: #515151. Windows color (decimal): -14590067 or 9264929. OLE color: 9264929.
HSL color Cylindrical-coordinate representation of color #215F8D: hue angle of 205.56º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #215F8D is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 95 | 141 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.45 |
| HSL | 205.56º | 0.62% | 0.34% | - |
| HSV(B) | 205.56º | 0.77% | 0.55% | - |
| XYZ | 9.53 | 10.43 | 26.71 | - |
| YUV | 81.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 141 | 0.77 | 0.33 | 0 | 0.45 | 205.56 | 0.62 | 0.34 |
| Hex | 21 | 5F | 8D | 4D | 21 | 0 | 2D | CE | 3E | 22 |
| Octal | 41 | 137 | 215 | 115 | 41 | 0 | 55 | 316 | 76 | 42 |
| Binary | 100001 | 1011111 | 10001101 | 1001101 | 100001 | 0 | 101101 | 11001110 | 111110 | 100010 |
Color Harmonies of #215F8D
Complementary color
Monochromatic Colors of #215F8D
Black with #215F8D
Text Example
Text Example
White with #215F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F8D; }
p { color: rgb(33,95,141); }
H1.HeaderClassName
{
color: #215F8D;
}
.AnyTagClassName
{
color: #215F8D;
}
</style>
background-color css
<style>
a { background-color: #215F8D; }
a { background-color: rgb(33,95,141); }
div.DivClassName
{
background-color: #215F8D;
}
.BgClassName
{
background-color: #215F8D;
}
</style>
border-color css
<style>
span { border-color: #215F8D; }
span { border-color: rgb(33,95,141); }
td.TdClassName
{
border-color: #215F8D;
}
.TagClassName
{
border-color: #215F8D;
}
</style>