Shades of Bunting #203049
Tints of Bunting #203049
RGB
CMYK
RGB Variations
Color information
#203049 (or 0x203049) is known color: Bunting. HEX triplet: 20, 30 and 49. RGB value is (32,48,73). Sum of RGB (Red+Green+Blue) = 32+48+73=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #203049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203049 is #DFCFB6. Grayscale: #2D2D2D. Windows color (decimal): -14667703 or 4796448. OLE color: 4796448.
HSL color Cylindrical-coordinate representation of color #203049: hue angle of 216.59º 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 #203049 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 48 | 73 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.71 |
| HSL | 216.59º | 0.39% | 0.21% | - |
| HSV(B) | 216.59º | 0.56% | 0.29% | - |
| XYZ | 2.86 | 2.9 | 6.71 | - |
| YUV | 46.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 73 | 0.56 | 0.34 | 0 | 0.71 | 216.59 | 0.39 | 0.21 |
| Hex | 20 | 30 | 49 | 38 | 22 | 0 | 47 | D9 | 27 | 15 |
| Octal | 40 | 60 | 111 | 70 | 42 | 0 | 107 | 331 | 47 | 25 |
| Binary | 100000 | 110000 | 1001001 | 111000 | 100010 | 0 | 1000111 | 11011001 | 100111 | 10101 |
Color Harmonies of #203049
Complementary color
Monochromatic Colors of #203049
Black with #203049
Text Example
Text Example
White with #203049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203049; }
p { color: rgb(32,48,73); }
H1.HeaderClassName
{
color: #203049;
}
.AnyTagClassName
{
color: #203049;
}
</style>
background-color css
<style>
a { background-color: #203049; }
a { background-color: rgb(32,48,73); }
div.DivClassName
{
background-color: #203049;
}
.BgClassName
{
background-color: #203049;
}
</style>
border-color css
<style>
span { border-color: #203049; }
span { border-color: rgb(32,48,73); }
td.TdClassName
{
border-color: #203049;
}
.TagClassName
{
border-color: #203049;
}
</style>