Shades of Tiber #264447
Tints of Tiber #264447
RGB
CMYK
RGB Variations
Color information
#264447 (or 0x264447) is known color: Tiber. HEX triplet: 26, 44 and 47. RGB value is (38,68,71). Sum of RGB (Red+Green+Blue) = 38+68+71=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: blue. Hex color #264447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264447 is #D9BBB8. Grayscale: #3B3B3B. Windows color (decimal): -14269369 or 4670502. OLE color: 4670502.
HSL color Cylindrical-coordinate representation of color #264447: hue angle of 185.45º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #264447 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 68 | 71 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.72 |
| HSL | 185.45º | 0.3% | 0.21% | - |
| HSV(B) | 185.45º | 0.46% | 0.28% | - |
| XYZ | 4 | 5 | 6.72 | - |
| YUV | 59.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 71 | 0.46 | 0.04 | 0 | 0.72 | 185.45 | 0.3 | 0.21 |
| Hex | 26 | 44 | 47 | 2E | 4 | 0 | 48 | B9 | 1E | 15 |
| Octal | 46 | 104 | 107 | 56 | 4 | 0 | 110 | 271 | 36 | 25 |
| Binary | 100110 | 1000100 | 1000111 | 101110 | 100 | 0 | 1001000 | 10111001 | 11110 | 10101 |
Color Harmonies of #264447
Complementary color
Monochromatic Colors of #264447
Black with #264447
Text Example
Text Example
White with #264447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264447; }
p { color: rgb(38,68,71); }
H1.HeaderClassName
{
color: #264447;
}
.AnyTagClassName
{
color: #264447;
}
</style>
background-color css
<style>
a { background-color: #264447; }
a { background-color: rgb(38,68,71); }
div.DivClassName
{
background-color: #264447;
}
.BgClassName
{
background-color: #264447;
}
</style>
border-color css
<style>
span { border-color: #264447; }
span { border-color: rgb(38,68,71); }
td.TdClassName
{
border-color: #264447;
}
.TagClassName
{
border-color: #264447;
}
</style>