Shades of Bunting #202F52
Tints of Bunting #202F52
RGB
CMYK
RGB Variations
Color information
#202F52 (or 0x202F52) is known color: Bunting. HEX triplet: 20, 2F and 52. RGB value is (32,47,82). Sum of RGB (Red+Green+Blue) = 32+47+82=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #202F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F52 is #DFD0AD. Grayscale: #2E2E2E. Windows color (decimal): -14667950 or 5386016. OLE color: 5386016.
HSL color Cylindrical-coordinate representation of color #202F52: hue angle of 222º 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 #202F52 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 47 | 82 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.68 |
| HSL | 222º | 0.44% | 0.22% | - |
| HSV(B) | 222º | 0.61% | 0.32% | - |
| XYZ | 3.14 | 2.95 | 8.39 | - |
| YUV | 46.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 82 | 0.61 | 0.43 | 0 | 0.68 | 222 | 0.44 | 0.22 |
| Hex | 20 | 2F | 52 | 3D | 2B | 0 | 44 | DE | 2C | 16 |
| Octal | 40 | 57 | 122 | 75 | 53 | 0 | 104 | 336 | 54 | 26 |
| Binary | 100000 | 101111 | 1010010 | 111101 | 101011 | 0 | 1000100 | 11011110 | 101100 | 10110 |
Color Harmonies of #202F52
Complementary color
Monochromatic Colors of #202F52
Black with #202F52
Text Example
Text Example
White with #202F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F52; }
p { color: rgb(32,47,82); }
H1.HeaderClassName
{
color: #202F52;
}
.AnyTagClassName
{
color: #202F52;
}
</style>
background-color css
<style>
a { background-color: #202F52; }
a { background-color: rgb(32,47,82); }
div.DivClassName
{
background-color: #202F52;
}
.BgClassName
{
background-color: #202F52;
}
</style>
border-color css
<style>
span { border-color: #202F52; }
span { border-color: rgb(32,47,82); }
td.TdClassName
{
border-color: #202F52;
}
.TagClassName
{
border-color: #202F52;
}
</style>