Shades of Endeavour #21528A
Tints of Endeavour #21528A
RGB
CMYK
RGB Variations
Color information
#21528A (or 0x21528A) is known color: Endeavour. HEX triplet: 21, 52 and 8A. RGB value is (33,82,138). Sum of RGB (Red+Green+Blue) = 33+82+138=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #21528A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21528A is #DEAD75. Grayscale: #494949. Windows color (decimal): -14593398 or 9064993. OLE color: 9064993.
HSL color Cylindrical-coordinate representation of color #21528A: hue angle of 212º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21528A is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 82 | 138 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.46 |
| HSL | 212º | 0.61% | 0.34% | - |
| HSV(B) | 212º | 0.76% | 0.54% | - |
| XYZ | 8.23 | 8.19 | 25.19 | - |
| YUV | 73.73 | 164.27 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 138 | 0.76 | 0.41 | 0 | 0.46 | 212 | 0.61 | 0.34 |
| Hex | 21 | 52 | 8A | 4C | 29 | 0 | 2E | D4 | 3D | 22 |
| Octal | 41 | 122 | 212 | 114 | 51 | 0 | 56 | 324 | 75 | 42 |
| Binary | 100001 | 1010010 | 10001010 | 1001100 | 101001 | 0 | 101110 | 11010100 | 111101 | 100010 |
Color Harmonies of #21528A
Complementary color
Monochromatic Colors of #21528A
Black with #21528A
Text Example
Text Example
White with #21528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21528A; }
p { color: rgb(33,82,138); }
H1.HeaderClassName
{
color: #21528A;
}
.AnyTagClassName
{
color: #21528A;
}
</style>
background-color css
<style>
a { background-color: #21528A; }
a { background-color: rgb(33,82,138); }
div.DivClassName
{
background-color: #21528A;
}
.BgClassName
{
background-color: #21528A;
}
</style>
border-color css
<style>
span { border-color: #21528A; }
span { border-color: rgb(33,82,138); }
td.TdClassName
{
border-color: #21528A;
}
.TagClassName
{
border-color: #21528A;
}
</style>