Shades of Tiber #213E3C
Tints of Tiber #213E3C
RGB
CMYK
RGB Variations
Color information
#213E3C (or 0x213E3C) is known color: Tiber. HEX triplet: 21, 3E and 3C. RGB value is (33,62,60). Sum of RGB (Red+Green+Blue) = 33+62+60=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 62 - color contains mainly: green. Hex color #213E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E3C is #DEC1C3. Grayscale: #353535. Windows color (decimal): -14598596 or 3948065. OLE color: 3948065.
HSL color Cylindrical-coordinate representation of color #213E3C: hue angle of 175.86º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213E3C is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 62 | 60 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.76 |
| HSL | 175.86º | 0.31% | 0.19% | - |
| HSV(B) | 175.86º | 0.47% | 0.24% | - |
| XYZ | 3.17 | 4.09 | 4.9 | - |
| YUV | 53.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 60 | 0.47 | 0 | 0.03 | 0.76 | 175.86 | 0.31 | 0.19 |
| Hex | 21 | 3E | 3C | 2F | 0 | 3 | 4C | B0 | 1F | 13 |
| Octal | 41 | 76 | 74 | 57 | 0 | 3 | 114 | 260 | 37 | 23 |
| Binary | 100001 | 111110 | 111100 | 101111 | 0 | 11 | 1001100 | 10110000 | 11111 | 10011 |
Color Harmonies of #213E3C
Complementary color
Monochromatic Colors of #213E3C
Black with #213E3C
Text Example
Text Example
White with #213E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E3C; }
p { color: rgb(33,62,60); }
H1.HeaderClassName
{
color: #213E3C;
}
.AnyTagClassName
{
color: #213E3C;
}
</style>
background-color css
<style>
a { background-color: #213E3C; }
a { background-color: rgb(33,62,60); }
div.DivClassName
{
background-color: #213E3C;
}
.BgClassName
{
background-color: #213E3C;
}
</style>
border-color css
<style>
span { border-color: #213E3C; }
span { border-color: rgb(33,62,60); }
td.TdClassName
{
border-color: #213E3C;
}
.TagClassName
{
border-color: #213E3C;
}
</style>