Shades of Endeavour #21539D
Tints of Endeavour #21539D
RGB
CMYK
RGB Variations
Color information
#21539D (or 0x21539D) is known color: Endeavour. HEX triplet: 21, 53 and 9D. RGB value is (33,83,157). Sum of RGB (Red+Green+Blue) = 33+83+157=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #21539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21539D is #DEAC62. Grayscale: #4C4C4C. Windows color (decimal): -14593123 or 10310433. OLE color: 10310433.
HSL color Cylindrical-coordinate representation of color #21539D: hue angle of 215.81º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21539D is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 83 | 157 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.38 |
| HSL | 215.81º | 0.65% | 0.37% | - |
| HSV(B) | 215.81º | 0.79% | 0.62% | - |
| XYZ | 9.81 | 8.94 | 33.11 | - |
| YUV | 76.49 | 173.44 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 157 | 0.79 | 0.47 | 0 | 0.38 | 215.81 | 0.65 | 0.37 |
| Hex | 21 | 53 | 9D | 4F | 2F | 0 | 26 | D8 | 41 | 25 |
| Octal | 41 | 123 | 235 | 117 | 57 | 0 | 46 | 330 | 101 | 45 |
| Binary | 100001 | 1010011 | 10011101 | 1001111 | 101111 | 0 | 100110 | 11011000 | 1000001 | 100101 |
Color Harmonies of #21539D
Complementary color
Monochromatic Colors of #21539D
Black with #21539D
Text Example
Text Example
White with #21539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21539D; }
p { color: rgb(33,83,157); }
H1.HeaderClassName
{
color: #21539D;
}
.AnyTagClassName
{
color: #21539D;
}
</style>
background-color css
<style>
a { background-color: #21539D; }
a { background-color: rgb(33,83,157); }
div.DivClassName
{
background-color: #21539D;
}
.BgClassName
{
background-color: #21539D;
}
</style>
border-color css
<style>
span { border-color: #21539D; }
span { border-color: rgb(33,83,157); }
td.TdClassName
{
border-color: #21539D;
}
.TagClassName
{
border-color: #21539D;
}
</style>