Shades of Tiber #214449
Tints of Tiber #214449
RGB
CMYK
RGB Variations
Color information
#214449 (or 0x214449) is known color: Tiber. HEX triplet: 21, 44 and 49. RGB value is (33,68,73). Sum of RGB (Red+Green+Blue) = 33+68+73=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #214449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214449 is #DEBBB6. Grayscale: #3A3A3A. Windows color (decimal): -14597047 or 4801569. OLE color: 4801569.
HSL color Cylindrical-coordinate representation of color #214449: hue angle of 187.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214449 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 68 | 73 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.71 |
| HSL | 187.5º | 0.38% | 0.21% | - |
| HSV(B) | 187.5º | 0.55% | 0.29% | - |
| XYZ | 3.9 | 4.94 | 7.05 | - |
| YUV | 58.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 73 | 0.55 | 0.07 | 0 | 0.71 | 187.5 | 0.38 | 0.21 |
| Hex | 21 | 44 | 49 | 37 | 7 | 0 | 47 | BC | 26 | 15 |
| Octal | 41 | 104 | 111 | 67 | 7 | 0 | 107 | 274 | 46 | 25 |
| Binary | 100001 | 1000100 | 1001001 | 110111 | 111 | 0 | 1000111 | 10111100 | 100110 | 10101 |
Color Harmonies of #214449
Complementary color
Monochromatic Colors of #214449
Black with #214449
Text Example
Text Example
White with #214449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214449; }
p { color: rgb(33,68,73); }
H1.HeaderClassName
{
color: #214449;
}
.AnyTagClassName
{
color: #214449;
}
</style>
background-color css
<style>
a { background-color: #214449; }
a { background-color: rgb(33,68,73); }
div.DivClassName
{
background-color: #214449;
}
.BgClassName
{
background-color: #214449;
}
</style>
border-color css
<style>
span { border-color: #214449; }
span { border-color: rgb(33,68,73); }
td.TdClassName
{
border-color: #214449;
}
.TagClassName
{
border-color: #214449;
}
</style>