Shades of Bunting #202D51
Tints of Bunting #202D51
RGB
CMYK
RGB Variations
Color information
#202D51 (or 0x202D51) is known color: Bunting. HEX triplet: 20, 2D and 51. RGB value is (32,45,81). Sum of RGB (Red+Green+Blue) = 32+45+81=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #202D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202D51 is #DFD2AE. Grayscale: #2D2D2D. Windows color (decimal): -14668463 or 5319968. OLE color: 5319968.
HSL color Cylindrical-coordinate representation of color #202D51: hue angle of 224.08º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #202D51 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 45 | 81 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.68 |
| HSL | 224.08º | 0.43% | 0.22% | - |
| HSV(B) | 224.08º | 0.6% | 0.32% | - |
| XYZ | 3.02 | 2.78 | 8.16 | - |
| YUV | 45.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 81 | 0.60 | 0.44 | 0 | 0.68 | 224.08 | 0.43 | 0.22 |
| Hex | 20 | 2D | 51 | 3C | 2C | 0 | 44 | E0 | 2B | 16 |
| Octal | 40 | 55 | 121 | 74 | 54 | 0 | 104 | 340 | 53 | 26 |
| Binary | 100000 | 101101 | 1010001 | 111100 | 101100 | 0 | 1000100 | 11100000 | 101011 | 10110 |
Color Harmonies of #202D51
Complementary color
Monochromatic Colors of #202D51
Black with #202D51
Text Example
Text Example
White with #202D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D51; }
p { color: rgb(32,45,81); }
H1.HeaderClassName
{
color: #202D51;
}
.AnyTagClassName
{
color: #202D51;
}
</style>
background-color css
<style>
a { background-color: #202D51; }
a { background-color: rgb(32,45,81); }
div.DivClassName
{
background-color: #202D51;
}
.BgClassName
{
background-color: #202D51;
}
</style>
border-color css
<style>
span { border-color: #202D51; }
span { border-color: rgb(32,45,81); }
td.TdClassName
{
border-color: #202D51;
}
.TagClassName
{
border-color: #202D51;
}
</style>