Shades of Bunting #202B49
Tints of Bunting #202B49
RGB
CMYK
RGB Variations
Color information
#202B49 (or 0x202B49) is known color: Bunting. HEX triplet: 20, 2B and 49. RGB value is (32,43,73). Sum of RGB (Red+Green+Blue) = 32+43+73=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #202B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202B49 is #DFD4B6. Grayscale: #2B2B2B. Windows color (decimal): -14668983 or 4795168. OLE color: 4795168.
HSL color Cylindrical-coordinate representation of color #202B49: hue angle of 223.9º 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 #202B49 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 43 | 73 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.71 |
| HSL | 223.9º | 0.39% | 0.21% | - |
| HSV(B) | 223.9º | 0.56% | 0.29% | - |
| XYZ | 2.66 | 2.52 | 6.65 | - |
| YUV | 43.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 73 | 0.56 | 0.41 | 0 | 0.71 | 223.9 | 0.39 | 0.21 |
| Hex | 20 | 2B | 49 | 38 | 29 | 0 | 47 | E0 | 27 | 15 |
| Octal | 40 | 53 | 111 | 70 | 51 | 0 | 107 | 340 | 47 | 25 |
| Binary | 100000 | 101011 | 1001001 | 111000 | 101001 | 0 | 1000111 | 11100000 | 100111 | 10101 |
Color Harmonies of #202B49
Complementary color
Monochromatic Colors of #202B49
Black with #202B49
Text Example
Text Example
White with #202B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B49; }
p { color: rgb(32,43,73); }
H1.HeaderClassName
{
color: #202B49;
}
.AnyTagClassName
{
color: #202B49;
}
</style>
background-color css
<style>
a { background-color: #202B49; }
a { background-color: rgb(32,43,73); }
div.DivClassName
{
background-color: #202B49;
}
.BgClassName
{
background-color: #202B49;
}
</style>
border-color css
<style>
span { border-color: #202B49; }
span { border-color: rgb(32,43,73); }
td.TdClassName
{
border-color: #202B49;
}
.TagClassName
{
border-color: #202B49;
}
</style>