Shades of Bunting #213150
Tints of Bunting #213150
RGB
CMYK
RGB Variations
Color information
#213150 (or 0x213150) is known color: Bunting. HEX triplet: 21, 31 and 50. RGB value is (33,49,80). Sum of RGB (Red+Green+Blue) = 33+49+80=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #213150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213150 is #DECEAF. Grayscale: #2F2F2F. Windows color (decimal): -14601904 or 5255457. OLE color: 5255457.
HSL color Cylindrical-coordinate representation of color #213150: hue angle of 219.57º 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 #213150 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 49 | 80 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.69 |
| HSL | 219.57º | 0.42% | 0.22% | - |
| HSV(B) | 219.57º | 0.59% | 0.31% | - |
| XYZ | 3.17 | 3.1 | 8.02 | - |
| YUV | 47.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 80 | 0.59 | 0.39 | 0 | 0.69 | 219.57 | 0.42 | 0.22 |
| Hex | 21 | 31 | 50 | 3B | 27 | 0 | 45 | DC | 2A | 16 |
| Octal | 41 | 61 | 120 | 73 | 47 | 0 | 105 | 334 | 52 | 26 |
| Binary | 100001 | 110001 | 1010000 | 111011 | 100111 | 0 | 1000101 | 11011100 | 101010 | 10110 |
Color Harmonies of #213150
Complementary color
Monochromatic Colors of #213150
Black with #213150
Text Example
Text Example
White with #213150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213150; }
p { color: rgb(33,49,80); }
H1.HeaderClassName
{
color: #213150;
}
.AnyTagClassName
{
color: #213150;
}
</style>
background-color css
<style>
a { background-color: #213150; }
a { background-color: rgb(33,49,80); }
div.DivClassName
{
background-color: #213150;
}
.BgClassName
{
background-color: #213150;
}
</style>
border-color css
<style>
span { border-color: #213150; }
span { border-color: rgb(33,49,80); }
td.TdClassName
{
border-color: #213150;
}
.TagClassName
{
border-color: #213150;
}
</style>