Shades of Endeavour #21488C
Tints of Endeavour #21488C
RGB
CMYK
RGB Variations
Color information
#21488C (or 0x21488C) is known color: Endeavour. HEX triplet: 21, 48 and 8C. RGB value is (33,72,140). Sum of RGB (Red+Green+Blue) = 33+72+140=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #21488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21488C is #DEB773. Grayscale: #434343. Windows color (decimal): -14595956 or 9193505. OLE color: 9193505.
HSL color Cylindrical-coordinate representation of color #21488C: hue angle of 218.13º 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 #21488C is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 72 | 140 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.45 |
| HSL | 218.13º | 0.62% | 0.34% | - |
| HSV(B) | 218.13º | 0.76% | 0.55% | - |
| XYZ | 7.68 | 6.85 | 25.73 | - |
| YUV | 68.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 140 | 0.76 | 0.49 | 0 | 0.45 | 218.13 | 0.62 | 0.34 |
| Hex | 21 | 48 | 8C | 4C | 31 | 0 | 2D | DA | 3E | 22 |
| Octal | 41 | 110 | 214 | 114 | 61 | 0 | 55 | 332 | 76 | 42 |
| Binary | 100001 | 1001000 | 10001100 | 1001100 | 110001 | 0 | 101101 | 11011010 | 111110 | 100010 |
Color Harmonies of #21488C
Complementary color
Monochromatic Colors of #21488C
Black with #21488C
Text Example
Text Example
White with #21488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21488C; }
p { color: rgb(33,72,140); }
H1.HeaderClassName
{
color: #21488C;
}
.AnyTagClassName
{
color: #21488C;
}
</style>
background-color css
<style>
a { background-color: #21488C; }
a { background-color: rgb(33,72,140); }
div.DivClassName
{
background-color: #21488C;
}
.BgClassName
{
background-color: #21488C;
}
</style>
border-color css
<style>
span { border-color: #21488C; }
span { border-color: rgb(33,72,140); }
td.TdClassName
{
border-color: #21488C;
}
.TagClassName
{
border-color: #21488C;
}
</style>