Shades of Bunting #202E52
Tints of Bunting #202E52
RGB
CMYK
RGB Variations
Color information
#202E52 (or 0x202E52) is known color: Bunting. HEX triplet: 20, 2E and 52. RGB value is (32,46,82). Sum of RGB (Red+Green+Blue) = 32+46+82=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #202E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E52 is #DFD1AD. Grayscale: #2D2D2D. Windows color (decimal): -14668206 or 5385760. OLE color: 5385760.
HSL color Cylindrical-coordinate representation of color #202E52: hue angle of 223.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #202E52 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 46 | 82 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.68 |
| HSL | 223.2º | 0.44% | 0.22% | - |
| HSV(B) | 223.2º | 0.61% | 0.32% | - |
| XYZ | 3.1 | 2.87 | 8.37 | - |
| YUV | 45.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 82 | 0.61 | 0.44 | 0 | 0.68 | 223.2 | 0.44 | 0.22 |
| Hex | 20 | 2E | 52 | 3D | 2C | 0 | 44 | DF | 2C | 16 |
| Octal | 40 | 56 | 122 | 75 | 54 | 0 | 104 | 337 | 54 | 26 |
| Binary | 100000 | 101110 | 1010010 | 111101 | 101100 | 0 | 1000100 | 11011111 | 101100 | 10110 |
Color Harmonies of #202E52
Complementary color
Monochromatic Colors of #202E52
Black with #202E52
Text Example
Text Example
White with #202E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E52; }
p { color: rgb(32,46,82); }
H1.HeaderClassName
{
color: #202E52;
}
.AnyTagClassName
{
color: #202E52;
}
</style>
background-color css
<style>
a { background-color: #202E52; }
a { background-color: rgb(32,46,82); }
div.DivClassName
{
background-color: #202E52;
}
.BgClassName
{
background-color: #202E52;
}
</style>
border-color css
<style>
span { border-color: #202E52; }
span { border-color: rgb(32,46,82); }
td.TdClassName
{
border-color: #202E52;
}
.TagClassName
{
border-color: #202E52;
}
</style>