Shades of Bunting #202E53
Tints of Bunting #202E53
RGB
CMYK
RGB Variations
Color information
#202E53 (or 0x202E53) is known color: Bunting. HEX triplet: 20, 2E and 53. RGB value is (32,46,83). Sum of RGB (Red+Green+Blue) = 32+46+83=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #202E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E53 is #DFD1AC. Grayscale: #2D2D2D. Windows color (decimal): -14668205 or 5451296. OLE color: 5451296.
HSL color Cylindrical-coordinate representation of color #202E53: hue angle of 223.53º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #202E53 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 46 | 83 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.67 |
| HSL | 223.53º | 0.44% | 0.23% | - |
| HSV(B) | 223.53º | 0.61% | 0.33% | - |
| XYZ | 3.13 | 2.89 | 8.58 | - |
| YUV | 46.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 83 | 0.61 | 0.45 | 0 | 0.67 | 223.53 | 0.44 | 0.23 |
| Hex | 20 | 2E | 53 | 3D | 2D | 0 | 43 | E0 | 2C | 17 |
| Octal | 40 | 56 | 123 | 75 | 55 | 0 | 103 | 340 | 54 | 27 |
| Binary | 100000 | 101110 | 1010011 | 111101 | 101101 | 0 | 1000011 | 11100000 | 101100 | 10111 |
Color Harmonies of #202E53
Complementary color
Monochromatic Colors of #202E53
Black with #202E53
Text Example
Text Example
White with #202E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E53; }
p { color: rgb(32,46,83); }
H1.HeaderClassName
{
color: #202E53;
}
.AnyTagClassName
{
color: #202E53;
}
</style>
background-color css
<style>
a { background-color: #202E53; }
a { background-color: rgb(32,46,83); }
div.DivClassName
{
background-color: #202E53;
}
.BgClassName
{
background-color: #202E53;
}
</style>
border-color css
<style>
span { border-color: #202E53; }
span { border-color: rgb(32,46,83); }
td.TdClassName
{
border-color: #202E53;
}
.TagClassName
{
border-color: #202E53;
}
</style>