Shades of Endeavour #21499C
Tints of Endeavour #21499C
RGB
CMYK
RGB Variations
Color information
#21499C (or 0x21499C) is known color: Endeavour. HEX triplet: 21, 49 and 9C. RGB value is (33,73,156). Sum of RGB (Red+Green+Blue) = 33+73+156=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #21499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21499C is #DEB663. Grayscale: #464646. Windows color (decimal): -14595684 or 10242337. OLE color: 10242337.
HSL color Cylindrical-coordinate representation of color #21499C: hue angle of 220.49º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21499C is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 73 | 156 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.39 |
| HSL | 220.49º | 0.65% | 0.37% | - |
| HSV(B) | 220.49º | 0.79% | 0.61% | - |
| XYZ | 9.01 | 7.49 | 32.42 | - |
| YUV | 70.5 | 176.25 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 156 | 0.79 | 0.53 | 0 | 0.39 | 220.49 | 0.65 | 0.37 |
| Hex | 21 | 49 | 9C | 4F | 35 | 0 | 27 | DC | 41 | 25 |
| Octal | 41 | 111 | 234 | 117 | 65 | 0 | 47 | 334 | 101 | 45 |
| Binary | 100001 | 1001001 | 10011100 | 1001111 | 110101 | 0 | 100111 | 11011100 | 1000001 | 100101 |
Color Harmonies of #21499C
Complementary color
Monochromatic Colors of #21499C
Black with #21499C
Text Example
Text Example
White with #21499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21499C; }
p { color: rgb(33,73,156); }
H1.HeaderClassName
{
color: #21499C;
}
.AnyTagClassName
{
color: #21499C;
}
</style>
background-color css
<style>
a { background-color: #21499C; }
a { background-color: rgb(33,73,156); }
div.DivClassName
{
background-color: #21499C;
}
.BgClassName
{
background-color: #21499C;
}
</style>
border-color css
<style>
span { border-color: #21499C; }
span { border-color: rgb(33,73,156); }
td.TdClassName
{
border-color: #21499C;
}
.TagClassName
{
border-color: #21499C;
}
</style>