Shades of Bunting #202F51
Tints of Bunting #202F51
RGB
CMYK
RGB Variations
Color information
#202F51 (or 0x202F51) is known color: Bunting. HEX triplet: 20, 2F and 51. RGB value is (32,47,81). Sum of RGB (Red+Green+Blue) = 32+47+81=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #202F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F51 is #DFD0AE. Grayscale: #2E2E2E. Windows color (decimal): -14667951 or 5320480. OLE color: 5320480.
HSL color Cylindrical-coordinate representation of color #202F51: hue angle of 221.63º 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 #202F51 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 47 | 81 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.68 |
| HSL | 221.63º | 0.43% | 0.22% | - |
| HSV(B) | 221.63º | 0.6% | 0.32% | - |
| XYZ | 3.1 | 2.93 | 8.19 | - |
| YUV | 46.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 81 | 0.60 | 0.42 | 0 | 0.68 | 221.63 | 0.43 | 0.22 |
| Hex | 20 | 2F | 51 | 3C | 2A | 0 | 44 | DE | 2B | 16 |
| Octal | 40 | 57 | 121 | 74 | 52 | 0 | 104 | 336 | 53 | 26 |
| Binary | 100000 | 101111 | 1010001 | 111100 | 101010 | 0 | 1000100 | 11011110 | 101011 | 10110 |
Color Harmonies of #202F51
Complementary color
Monochromatic Colors of #202F51
Black with #202F51
Text Example
Text Example
White with #202F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F51; }
p { color: rgb(32,47,81); }
H1.HeaderClassName
{
color: #202F51;
}
.AnyTagClassName
{
color: #202F51;
}
</style>
background-color css
<style>
a { background-color: #202F51; }
a { background-color: rgb(32,47,81); }
div.DivClassName
{
background-color: #202F51;
}
.BgClassName
{
background-color: #202F51;
}
</style>
border-color css
<style>
span { border-color: #202F51; }
span { border-color: rgb(32,47,81); }
td.TdClassName
{
border-color: #202F51;
}
.TagClassName
{
border-color: #202F51;
}
</style>