Shades of Bunting #202C4C
Tints of Bunting #202C4C
RGB
CMYK
RGB Variations
Color information
#202C4C (or 0x202C4C) is known color: Bunting. HEX triplet: 20, 2C and 4C. RGB value is (32,44,76). Sum of RGB (Red+Green+Blue) = 32+44+76=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #202C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202C4C is #DFD3B3. Grayscale: #2B2B2B. Windows color (decimal): -14668724 or 4992032. OLE color: 4992032.
HSL color Cylindrical-coordinate representation of color #202C4C: hue angle of 223.64º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #202C4C is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 44 | 76 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.70 |
| HSL | 223.64º | 0.41% | 0.21% | - |
| HSV(B) | 223.64º | 0.58% | 0.3% | - |
| XYZ | 2.8 | 2.63 | 7.2 | - |
| YUV | 44.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 76 | 0.58 | 0.42 | 0 | 0.70 | 223.64 | 0.41 | 0.21 |
| Hex | 20 | 2C | 4C | 3A | 2A | 0 | 46 | E0 | 29 | 15 |
| Octal | 40 | 54 | 114 | 72 | 52 | 0 | 106 | 340 | 51 | 25 |
| Binary | 100000 | 101100 | 1001100 | 111010 | 101010 | 0 | 1000110 | 11100000 | 101001 | 10101 |
Color Harmonies of #202C4C
Complementary color
Monochromatic Colors of #202C4C
Black with #202C4C
Text Example
Text Example
White with #202C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C4C; }
p { color: rgb(32,44,76); }
H1.HeaderClassName
{
color: #202C4C;
}
.AnyTagClassName
{
color: #202C4C;
}
</style>
background-color css
<style>
a { background-color: #202C4C; }
a { background-color: rgb(32,44,76); }
div.DivClassName
{
background-color: #202C4C;
}
.BgClassName
{
background-color: #202C4C;
}
</style>
border-color css
<style>
span { border-color: #202C4C; }
span { border-color: rgb(32,44,76); }
td.TdClassName
{
border-color: #202C4C;
}
.TagClassName
{
border-color: #202C4C;
}
</style>