Shades of Tiber #214245
Tints of Tiber #214245
RGB
CMYK
RGB Variations
Color information
#214245 (or 0x214245) is known color: Tiber. HEX triplet: 21, 42 and 45. RGB value is (33,66,69). Sum of RGB (Red+Green+Blue) = 33+66+69=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 69 - color contains mainly: blue. Hex color #214245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214245 is #DEBDBA. Grayscale: #383838. Windows color (decimal): -14597563 or 4538913. OLE color: 4538913.
HSL color Cylindrical-coordinate representation of color #214245: hue angle of 185º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #214245 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 66 | 69 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.73 |
| HSL | 185º | 0.35% | 0.2% | - |
| HSV(B) | 185º | 0.52% | 0.27% | - |
| XYZ | 3.65 | 4.65 | 6.34 | - |
| YUV | 56.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 69 | 0.52 | 0.04 | 0 | 0.73 | 185 | 0.35 | 0.2 |
| Hex | 21 | 42 | 45 | 34 | 4 | 0 | 49 | B9 | 23 | 14 |
| Octal | 41 | 102 | 105 | 64 | 4 | 0 | 111 | 271 | 43 | 24 |
| Binary | 100001 | 1000010 | 1000101 | 110100 | 100 | 0 | 1001001 | 10111001 | 100011 | 10100 |
Color Harmonies of #214245
Complementary color
Monochromatic Colors of #214245
Black with #214245
Text Example
Text Example
White with #214245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214245; }
p { color: rgb(33,66,69); }
H1.HeaderClassName
{
color: #214245;
}
.AnyTagClassName
{
color: #214245;
}
</style>
background-color css
<style>
a { background-color: #214245; }
a { background-color: rgb(33,66,69); }
div.DivClassName
{
background-color: #214245;
}
.BgClassName
{
background-color: #214245;
}
</style>
border-color css
<style>
span { border-color: #214245; }
span { border-color: rgb(33,66,69); }
td.TdClassName
{
border-color: #214245;
}
.TagClassName
{
border-color: #214245;
}
</style>