Shades of Tiber #214447
Tints of Tiber #214447
RGB
CMYK
RGB Variations
Color information
#214447 (or 0x214447) is known color: Tiber. HEX triplet: 21, 44 and 47. RGB value is (33,68,71). Sum of RGB (Red+Green+Blue) = 33+68+71=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #214447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214447 is #DEBBB8. Grayscale: #393939. Windows color (decimal): -14597049 or 4670497. OLE color: 4670497.
HSL color Cylindrical-coordinate representation of color #214447: hue angle of 184.74º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214447 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 68 | 71 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.72 |
| HSL | 184.74º | 0.37% | 0.2% | - |
| HSV(B) | 184.74º | 0.54% | 0.28% | - |
| XYZ | 3.83 | 4.91 | 6.71 | - |
| YUV | 57.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 71 | 0.54 | 0.04 | 0 | 0.72 | 184.74 | 0.37 | 0.2 |
| Hex | 21 | 44 | 47 | 36 | 4 | 0 | 48 | B9 | 25 | 14 |
| Octal | 41 | 104 | 107 | 66 | 4 | 0 | 110 | 271 | 45 | 24 |
| Binary | 100001 | 1000100 | 1000111 | 110110 | 100 | 0 | 1001000 | 10111001 | 100101 | 10100 |
Color Harmonies of #214447
Complementary color
Monochromatic Colors of #214447
Black with #214447
Text Example
Text Example
White with #214447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214447; }
p { color: rgb(33,68,71); }
H1.HeaderClassName
{
color: #214447;
}
.AnyTagClassName
{
color: #214447;
}
</style>
background-color css
<style>
a { background-color: #214447; }
a { background-color: rgb(33,68,71); }
div.DivClassName
{
background-color: #214447;
}
.BgClassName
{
background-color: #214447;
}
</style>
border-color css
<style>
span { border-color: #214447; }
span { border-color: rgb(33,68,71); }
td.TdClassName
{
border-color: #214447;
}
.TagClassName
{
border-color: #214447;
}
</style>