Shades of Bunting #202E51
Tints of Bunting #202E51
RGB
CMYK
RGB Variations
Color information
#202E51 (or 0x202E51) is known color: Bunting. HEX triplet: 20, 2E and 51. RGB value is (32,46,81). Sum of RGB (Red+Green+Blue) = 32+46+81=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #202E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E51 is #DFD1AE. Grayscale: #2D2D2D. Windows color (decimal): -14668207 or 5320224. OLE color: 5320224.
HSL color Cylindrical-coordinate representation of color #202E51: hue angle of 222.86º 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 #202E51 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 46 | 81 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.68 |
| HSL | 222.86º | 0.43% | 0.22% | - |
| HSV(B) | 222.86º | 0.6% | 0.32% | - |
| XYZ | 3.06 | 2.86 | 8.17 | - |
| YUV | 45.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 81 | 0.60 | 0.43 | 0 | 0.68 | 222.86 | 0.43 | 0.22 |
| Hex | 20 | 2E | 51 | 3C | 2B | 0 | 44 | DF | 2B | 16 |
| Octal | 40 | 56 | 121 | 74 | 53 | 0 | 104 | 337 | 53 | 26 |
| Binary | 100000 | 101110 | 1010001 | 111100 | 101011 | 0 | 1000100 | 11011111 | 101011 | 10110 |
Color Harmonies of #202E51
Complementary color
Monochromatic Colors of #202E51
Black with #202E51
Text Example
Text Example
White with #202E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E51; }
p { color: rgb(32,46,81); }
H1.HeaderClassName
{
color: #202E51;
}
.AnyTagClassName
{
color: #202E51;
}
</style>
background-color css
<style>
a { background-color: #202E51; }
a { background-color: rgb(32,46,81); }
div.DivClassName
{
background-color: #202E51;
}
.BgClassName
{
background-color: #202E51;
}
</style>
border-color css
<style>
span { border-color: #202E51; }
span { border-color: rgb(32,46,81); }
td.TdClassName
{
border-color: #202E51;
}
.TagClassName
{
border-color: #202E51;
}
</style>