Shades of Endeavour #21628C
Tints of Endeavour #21628C
RGB
CMYK
RGB Variations
Color information
#21628C (or 0x21628C) is known color: Endeavour. HEX triplet: 21, 62 and 8C. RGB value is (33,98,140). Sum of RGB (Red+Green+Blue) = 33+98+140=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #21628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21628C is #DE9D73. Grayscale: #535353. Windows color (decimal): -14589300 or 9200161. OLE color: 9200161.
HSL color Cylindrical-coordinate representation of color #21628C: hue angle of 203.55º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21628C is Cyan = 0.76, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 98 | 140 | - |
| CMYK | 0.76 | 0.3 | 0 | 0.45 |
| HSL | 203.55º | 0.62% | 0.34% | - |
| HSV(B) | 203.55º | 0.76% | 0.55% | - |
| XYZ | 9.73 | 10.95 | 26.41 | - |
| YUV | 83.35 | 159.97 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 140 | 0.76 | 0.3 | 0 | 0.45 | 203.55 | 0.62 | 0.34 |
| Hex | 21 | 62 | 8C | 4C | 1E | 0 | 2D | CC | 3E | 22 |
| Octal | 41 | 142 | 214 | 114 | 36 | 0 | 55 | 314 | 76 | 42 |
| Binary | 100001 | 1100010 | 10001100 | 1001100 | 11110 | 0 | 101101 | 11001100 | 111110 | 100010 |
Color Harmonies of #21628C
Complementary color
Monochromatic Colors of #21628C
Black with #21628C
Text Example
Text Example
White with #21628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21628C; }
p { color: rgb(33,98,140); }
H1.HeaderClassName
{
color: #21628C;
}
.AnyTagClassName
{
color: #21628C;
}
</style>
background-color css
<style>
a { background-color: #21628C; }
a { background-color: rgb(33,98,140); }
div.DivClassName
{
background-color: #21628C;
}
.BgClassName
{
background-color: #21628C;
}
</style>
border-color css
<style>
span { border-color: #21628C; }
span { border-color: rgb(33,98,140); }
td.TdClassName
{
border-color: #21628C;
}
.TagClassName
{
border-color: #21628C;
}
</style>