Shades of Endeavour #215C9F
Tints of Endeavour #215C9F
RGB
CMYK
RGB Variations
Color information
#215C9F (or 0x215C9F) is known color: Endeavour. HEX triplet: 21, 5C and 9F. RGB value is (33,92,159). Sum of RGB (Red+Green+Blue) = 33+92+159=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #215C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C9F is #DEA360. Grayscale: #515151. Windows color (decimal): -14590817 or 10443809. OLE color: 10443809.
HSL color Cylindrical-coordinate representation of color #215C9F: hue angle of 211.9º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #215C9F is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 92 | 159 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.38 |
| HSL | 211.9º | 0.66% | 0.38% | - |
| HSV(B) | 211.9º | 0.79% | 0.62% | - |
| XYZ | 10.71 | 10.48 | 34.26 | - |
| YUV | 82 | 171.45 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 159 | 0.79 | 0.42 | 0 | 0.38 | 211.9 | 0.66 | 0.38 |
| Hex | 21 | 5C | 9F | 4F | 2A | 0 | 26 | D4 | 42 | 26 |
| Octal | 41 | 134 | 237 | 117 | 52 | 0 | 46 | 324 | 102 | 46 |
| Binary | 100001 | 1011100 | 10011111 | 1001111 | 101010 | 0 | 100110 | 11010100 | 1000010 | 100110 |
Color Harmonies of #215C9F
Complementary color
Monochromatic Colors of #215C9F
Black with #215C9F
Text Example
Text Example
White with #215C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C9F; }
p { color: rgb(33,92,159); }
H1.HeaderClassName
{
color: #215C9F;
}
.AnyTagClassName
{
color: #215C9F;
}
</style>
background-color css
<style>
a { background-color: #215C9F; }
a { background-color: rgb(33,92,159); }
div.DivClassName
{
background-color: #215C9F;
}
.BgClassName
{
background-color: #215C9F;
}
</style>
border-color css
<style>
span { border-color: #215C9F; }
span { border-color: rgb(33,92,159); }
td.TdClassName
{
border-color: #215C9F;
}
.TagClassName
{
border-color: #215C9F;
}
</style>