Shades of Bunting #202C49
Tints of Bunting #202C49
RGB
CMYK
RGB Variations
Color information
#202C49 (or 0x202C49) is known color: Bunting. HEX triplet: 20, 2C and 49. RGB value is (32,44,73). Sum of RGB (Red+Green+Blue) = 32+44+73=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #202C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202C49 is #DFD3B6. Grayscale: #2B2B2B. Windows color (decimal): -14668727 or 4795424. OLE color: 4795424.
HSL color Cylindrical-coordinate representation of color #202C49: hue angle of 222.44º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #202C49 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 44 | 73 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.71 |
| HSL | 222.44º | 0.39% | 0.21% | - |
| HSV(B) | 222.44º | 0.56% | 0.29% | - |
| XYZ | 2.7 | 2.59 | 6.66 | - |
| YUV | 43.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 73 | 0.56 | 0.40 | 0 | 0.71 | 222.44 | 0.39 | 0.21 |
| Hex | 20 | 2C | 49 | 38 | 28 | 0 | 47 | DE | 27 | 15 |
| Octal | 40 | 54 | 111 | 70 | 50 | 0 | 107 | 336 | 47 | 25 |
| Binary | 100000 | 101100 | 1001001 | 111000 | 101000 | 0 | 1000111 | 11011110 | 100111 | 10101 |
Color Harmonies of #202C49
Complementary color
Monochromatic Colors of #202C49
Black with #202C49
Text Example
Text Example
White with #202C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C49; }
p { color: rgb(32,44,73); }
H1.HeaderClassName
{
color: #202C49;
}
.AnyTagClassName
{
color: #202C49;
}
</style>
background-color css
<style>
a { background-color: #202C49; }
a { background-color: rgb(32,44,73); }
div.DivClassName
{
background-color: #202C49;
}
.BgClassName
{
background-color: #202C49;
}
</style>
border-color css
<style>
span { border-color: #202C49; }
span { border-color: rgb(32,44,73); }
td.TdClassName
{
border-color: #202C49;
}
.TagClassName
{
border-color: #202C49;
}
</style>