Shades of Bunting #213351
Tints of Bunting #213351
RGB
CMYK
RGB Variations
Color information
#213351 (or 0x213351) is known color: Bunting. HEX triplet: 21, 33 and 51. RGB value is (33,51,81). Sum of RGB (Red+Green+Blue) = 33+51+81=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #213351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213351 is #DECCAE. Grayscale: #303030. Windows color (decimal): -14601391 or 5321505. OLE color: 5321505.
HSL color Cylindrical-coordinate representation of color #213351: hue angle of 217.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213351 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 51 | 81 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.68 |
| HSL | 217.5º | 0.42% | 0.22% | - |
| HSV(B) | 217.5º | 0.59% | 0.32% | - |
| XYZ | 3.3 | 3.29 | 8.24 | - |
| YUV | 49.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 81 | 0.59 | 0.37 | 0 | 0.68 | 217.5 | 0.42 | 0.22 |
| Hex | 21 | 33 | 51 | 3B | 25 | 0 | 44 | DA | 2A | 16 |
| Octal | 41 | 63 | 121 | 73 | 45 | 0 | 104 | 332 | 52 | 26 |
| Binary | 100001 | 110011 | 1010001 | 111011 | 100101 | 0 | 1000100 | 11011010 | 101010 | 10110 |
Color Harmonies of #213351
Complementary color
Monochromatic Colors of #213351
Black with #213351
Text Example
Text Example
White with #213351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213351; }
p { color: rgb(33,51,81); }
H1.HeaderClassName
{
color: #213351;
}
.AnyTagClassName
{
color: #213351;
}
</style>
background-color css
<style>
a { background-color: #213351; }
a { background-color: rgb(33,51,81); }
div.DivClassName
{
background-color: #213351;
}
.BgClassName
{
background-color: #213351;
}
</style>
border-color css
<style>
span { border-color: #213351; }
span { border-color: rgb(33,51,81); }
td.TdClassName
{
border-color: #213351;
}
.TagClassName
{
border-color: #213351;
}
</style>