Shades of Bunting #202E4D
Tints of Bunting #202E4D
RGB
CMYK
RGB Variations
Color information
#202E4D (or 0x202E4D) is known color: Bunting. HEX triplet: 20, 2E and 4D. RGB value is (32,46,77). Sum of RGB (Red+Green+Blue) = 32+46+77=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #202E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E4D is #DFD1B2. Grayscale: #2D2D2D. Windows color (decimal): -14668211 or 5058080. OLE color: 5058080.
HSL color Cylindrical-coordinate representation of color #202E4D: hue angle of 221.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #202E4D is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 46 | 77 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.70 |
| HSL | 221.33º | 0.41% | 0.21% | - |
| HSV(B) | 221.33º | 0.58% | 0.3% | - |
| XYZ | 2.91 | 2.8 | 7.41 | - |
| YUV | 45.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 77 | 0.58 | 0.40 | 0 | 0.70 | 221.33 | 0.41 | 0.21 |
| Hex | 20 | 2E | 4D | 3A | 28 | 0 | 46 | DD | 29 | 15 |
| Octal | 40 | 56 | 115 | 72 | 50 | 0 | 106 | 335 | 51 | 25 |
| Binary | 100000 | 101110 | 1001101 | 111010 | 101000 | 0 | 1000110 | 11011101 | 101001 | 10101 |
Color Harmonies of #202E4D
Complementary color
Monochromatic Colors of #202E4D
Black with #202E4D
Text Example
Text Example
White with #202E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E4D; }
p { color: rgb(32,46,77); }
H1.HeaderClassName
{
color: #202E4D;
}
.AnyTagClassName
{
color: #202E4D;
}
</style>
background-color css
<style>
a { background-color: #202E4D; }
a { background-color: rgb(32,46,77); }
div.DivClassName
{
background-color: #202E4D;
}
.BgClassName
{
background-color: #202E4D;
}
</style>
border-color css
<style>
span { border-color: #202E4D; }
span { border-color: rgb(32,46,77); }
td.TdClassName
{
border-color: #202E4D;
}
.TagClassName
{
border-color: #202E4D;
}
</style>