Shades of Endeavour #215285
Tints of Endeavour #215285
RGB
CMYK
RGB Variations
Color information
#215285 (or 0x215285) is known color: Endeavour. HEX triplet: 21, 52 and 85. RGB value is (33,82,133). Sum of RGB (Red+Green+Blue) = 33+82+133=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #215285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215285 is #DEAD7A. Grayscale: #484848. Windows color (decimal): -14593403 or 8737313. OLE color: 8737313.
HSL color Cylindrical-coordinate representation of color #215285: hue angle of 210.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215285 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 82 | 133 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.48 |
| HSL | 210.6º | 0.6% | 0.33% | - |
| HSV(B) | 210.6º | 0.75% | 0.52% | - |
| XYZ | 7.88 | 8.05 | 23.33 | - |
| YUV | 73.16 | 161.77 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 133 | 0.75 | 0.38 | 0 | 0.48 | 210.6 | 0.6 | 0.33 |
| Hex | 21 | 52 | 85 | 4B | 26 | 0 | 30 | D3 | 3C | 21 |
| Octal | 41 | 122 | 205 | 113 | 46 | 0 | 60 | 323 | 74 | 41 |
| Binary | 100001 | 1010010 | 10000101 | 1001011 | 100110 | 0 | 110000 | 11010011 | 111100 | 100001 |
Color Harmonies of #215285
Complementary color
Monochromatic Colors of #215285
Black with #215285
Text Example
Text Example
White with #215285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215285; }
p { color: rgb(33,82,133); }
H1.HeaderClassName
{
color: #215285;
}
.AnyTagClassName
{
color: #215285;
}
</style>
background-color css
<style>
a { background-color: #215285; }
a { background-color: rgb(33,82,133); }
div.DivClassName
{
background-color: #215285;
}
.BgClassName
{
background-color: #215285;
}
</style>
border-color css
<style>
span { border-color: #215285; }
span { border-color: rgb(33,82,133); }
td.TdClassName
{
border-color: #215285;
}
.TagClassName
{
border-color: #215285;
}
</style>