Shades of Bunting #213053
Tints of Bunting #213053
RGB
CMYK
RGB Variations
Color information
#213053 (or 0x213053) is known color: Bunting. HEX triplet: 21, 30 and 53. RGB value is (33,48,83). Sum of RGB (Red+Green+Blue) = 33+48+83=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #213053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213053 is #DECFAC. Grayscale: #2F2F2F. Windows color (decimal): -14602157 or 5451809. OLE color: 5451809.
HSL color Cylindrical-coordinate representation of color #213053: hue angle of 222º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213053 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 48 | 83 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.67 |
| HSL | 222º | 0.43% | 0.23% | - |
| HSV(B) | 222º | 0.6% | 0.33% | - |
| XYZ | 3.25 | 3.06 | 8.6 | - |
| YUV | 47.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 83 | 0.60 | 0.42 | 0 | 0.67 | 222 | 0.43 | 0.23 |
| Hex | 21 | 30 | 53 | 3C | 2A | 0 | 43 | DE | 2B | 17 |
| Octal | 41 | 60 | 123 | 74 | 52 | 0 | 103 | 336 | 53 | 27 |
| Binary | 100001 | 110000 | 1010011 | 111100 | 101010 | 0 | 1000011 | 11011110 | 101011 | 10111 |
Color Harmonies of #213053
Complementary color
Monochromatic Colors of #213053
Black with #213053
Text Example
Text Example
White with #213053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213053; }
p { color: rgb(33,48,83); }
H1.HeaderClassName
{
color: #213053;
}
.AnyTagClassName
{
color: #213053;
}
</style>
background-color css
<style>
a { background-color: #213053; }
a { background-color: rgb(33,48,83); }
div.DivClassName
{
background-color: #213053;
}
.BgClassName
{
background-color: #213053;
}
</style>
border-color css
<style>
span { border-color: #213053; }
span { border-color: rgb(33,48,83); }
td.TdClassName
{
border-color: #213053;
}
.TagClassName
{
border-color: #213053;
}
</style>