Shades of Bunting #20314E
Tints of Bunting #20314E
RGB
CMYK
RGB Variations
Color information
#20314E (or 0x20314E) is known color: Bunting. HEX triplet: 20, 31 and 4E. RGB value is (32,49,78). Sum of RGB (Red+Green+Blue) = 32+49+78=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #20314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20314E is #DFCEB1. Grayscale: #2F2F2F. Windows color (decimal): -14667442 or 5124384. OLE color: 5124384.
HSL color Cylindrical-coordinate representation of color #20314E: hue angle of 217.83º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20314E is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 49 | 78 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.69 |
| HSL | 217.83º | 0.42% | 0.22% | - |
| HSV(B) | 217.83º | 0.59% | 0.31% | - |
| XYZ | 3.07 | 3.05 | 7.64 | - |
| YUV | 47.22 | 145.37 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 78 | 0.59 | 0.37 | 0 | 0.69 | 217.83 | 0.42 | 0.22 |
| Hex | 20 | 31 | 4E | 3B | 25 | 0 | 45 | DA | 2A | 16 |
| Octal | 40 | 61 | 116 | 73 | 45 | 0 | 105 | 332 | 52 | 26 |
| Binary | 100000 | 110001 | 1001110 | 111011 | 100101 | 0 | 1000101 | 11011010 | 101010 | 10110 |
Color Harmonies of #20314E
Complementary color
Monochromatic Colors of #20314E
Black with #20314E
Text Example
Text Example
White with #20314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20314E; }
p { color: rgb(32,49,78); }
H1.HeaderClassName
{
color: #20314E;
}
.AnyTagClassName
{
color: #20314E;
}
</style>
background-color css
<style>
a { background-color: #20314E; }
a { background-color: rgb(32,49,78); }
div.DivClassName
{
background-color: #20314E;
}
.BgClassName
{
background-color: #20314E;
}
</style>
border-color css
<style>
span { border-color: #20314E; }
span { border-color: rgb(32,49,78); }
td.TdClassName
{
border-color: #20314E;
}
.TagClassName
{
border-color: #20314E;
}
</style>