Shades of Bunting #21324D
Tints of Bunting #21324D
RGB
CMYK
RGB Variations
Color information
#21324D (or 0x21324D) is known color: Bunting. HEX triplet: 21, 32 and 4D. RGB value is (33,50,77). Sum of RGB (Red+Green+Blue) = 33+50+77=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #21324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21324D is #DECDB2. Grayscale: #2F2F2F. Windows color (decimal): -14601651 or 5059105. OLE color: 5059105.
HSL color Cylindrical-coordinate representation of color #21324D: hue angle of 216.82º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21324D is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 50 | 77 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.70 |
| HSL | 216.82º | 0.4% | 0.22% | - |
| HSV(B) | 216.82º | 0.57% | 0.3% | - |
| XYZ | 3.11 | 3.14 | 7.46 | - |
| YUV | 48 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 77 | 0.57 | 0.35 | 0 | 0.70 | 216.82 | 0.4 | 0.22 |
| Hex | 21 | 32 | 4D | 39 | 23 | 0 | 46 | D9 | 28 | 16 |
| Octal | 41 | 62 | 115 | 71 | 43 | 0 | 106 | 331 | 50 | 26 |
| Binary | 100001 | 110010 | 1001101 | 111001 | 100011 | 0 | 1000110 | 11011001 | 101000 | 10110 |
Color Harmonies of #21324D
Complementary color
Monochromatic Colors of #21324D
Black with #21324D
Text Example
Text Example
White with #21324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21324D; }
p { color: rgb(33,50,77); }
H1.HeaderClassName
{
color: #21324D;
}
.AnyTagClassName
{
color: #21324D;
}
</style>
background-color css
<style>
a { background-color: #21324D; }
a { background-color: rgb(33,50,77); }
div.DivClassName
{
background-color: #21324D;
}
.BgClassName
{
background-color: #21324D;
}
</style>
border-color css
<style>
span { border-color: #21324D; }
span { border-color: rgb(33,50,77); }
td.TdClassName
{
border-color: #21324D;
}
.TagClassName
{
border-color: #21324D;
}
</style>