Shades of Bunting #20324B
Tints of Bunting #20324B
RGB
CMYK
RGB Variations
Color information
#20324B (or 0x20324B) is known color: Bunting. HEX triplet: 20, 32 and 4B. RGB value is (32,50,75). Sum of RGB (Red+Green+Blue) = 32+50+75=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #20324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20324B is #DFCDB4. Grayscale: #2F2F2F. Windows color (decimal): -14667189 or 4928032. OLE color: 4928032.
HSL color Cylindrical-coordinate representation of color #20324B: hue angle of 214.88º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #20324B is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 50 | 75 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.71 |
| HSL | 214.88º | 0.4% | 0.21% | - |
| HSV(B) | 214.88º | 0.57% | 0.29% | - |
| XYZ | 3.01 | 3.1 | 7.1 | - |
| YUV | 47.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 75 | 0.57 | 0.33 | 0 | 0.71 | 214.88 | 0.4 | 0.21 |
| Hex | 20 | 32 | 4B | 39 | 21 | 0 | 47 | D7 | 28 | 15 |
| Octal | 40 | 62 | 113 | 71 | 41 | 0 | 107 | 327 | 50 | 25 |
| Binary | 100000 | 110010 | 1001011 | 111001 | 100001 | 0 | 1000111 | 11010111 | 101000 | 10101 |
Color Harmonies of #20324B
Complementary color
Monochromatic Colors of #20324B
Black with #20324B
Text Example
Text Example
White with #20324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20324B; }
p { color: rgb(32,50,75); }
H1.HeaderClassName
{
color: #20324B;
}
.AnyTagClassName
{
color: #20324B;
}
</style>
background-color css
<style>
a { background-color: #20324B; }
a { background-color: rgb(32,50,75); }
div.DivClassName
{
background-color: #20324B;
}
.BgClassName
{
background-color: #20324B;
}
</style>
border-color css
<style>
span { border-color: #20324B; }
span { border-color: rgb(32,50,75); }
td.TdClassName
{
border-color: #20324B;
}
.TagClassName
{
border-color: #20324B;
}
</style>