Shades of Bunting #203050
Tints of Bunting #203050
RGB
CMYK
RGB Variations
Color information
#203050 (or 0x203050) is known color: Bunting. HEX triplet: 20, 30 and 50. RGB value is (32,48,80). Sum of RGB (Red+Green+Blue) = 32+48+80=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #203050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203050 is #DFCFAF. Grayscale: #2E2E2E. Windows color (decimal): -14667696 or 5255200. OLE color: 5255200.
HSL color Cylindrical-coordinate representation of color #203050: hue angle of 220º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203050 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 48 | 80 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.69 |
| HSL | 220º | 0.43% | 0.22% | - |
| HSV(B) | 220º | 0.6% | 0.31% | - |
| XYZ | 3.1 | 3 | 8.01 | - |
| YUV | 46.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 80 | 0.60 | 0.40 | 0 | 0.69 | 220 | 0.43 | 0.22 |
| Hex | 20 | 30 | 50 | 3C | 28 | 0 | 45 | DC | 2B | 16 |
| Octal | 40 | 60 | 120 | 74 | 50 | 0 | 105 | 334 | 53 | 26 |
| Binary | 100000 | 110000 | 1010000 | 111100 | 101000 | 0 | 1000101 | 11011100 | 101011 | 10110 |
Color Harmonies of #203050
Complementary color
Monochromatic Colors of #203050
Black with #203050
Text Example
Text Example
White with #203050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203050; }
p { color: rgb(32,48,80); }
H1.HeaderClassName
{
color: #203050;
}
.AnyTagClassName
{
color: #203050;
}
</style>
background-color css
<style>
a { background-color: #203050; }
a { background-color: rgb(32,48,80); }
div.DivClassName
{
background-color: #203050;
}
.BgClassName
{
background-color: #203050;
}
</style>
border-color css
<style>
span { border-color: #203050; }
span { border-color: rgb(32,48,80); }
td.TdClassName
{
border-color: #203050;
}
.TagClassName
{
border-color: #203050;
}
</style>