Shades of Genoa #3A7068
Tints of Genoa #3A7068
RGB
CMYK
RGB Variations
Color information
#3A7068 (or 0x3A7068) is known color: Genoa. HEX triplet: 3A, 70 and 68. RGB value is (58,112,104). Sum of RGB (Red+Green+Blue) = 58+112+104=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7068 is #C58F97. Grayscale: #5E5E5E. Windows color (decimal): -12947352 or 6844474. OLE color: 6844474.
HSL color Cylindrical-coordinate representation of color #3A7068: hue angle of 171.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A7068 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 104 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.56 |
| HSL | 171.11º | 0.32% | 0.33% | - |
| HSV(B) | 171.11º | 0.48% | 0.44% | - |
| XYZ | 10.04 | 13.49 | 15.17 | - |
| YUV | 94.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 104 | 0.48 | 0 | 0.07 | 0.56 | 171.11 | 0.32 | 0.33 |
| Hex | 3A | 70 | 68 | 30 | 0 | 7 | 38 | AB | 20 | 21 |
| Octal | 72 | 160 | 150 | 60 | 0 | 7 | 70 | 253 | 40 | 41 |
| Binary | 111010 | 1110000 | 1101000 | 110000 | 0 | 111 | 111000 | 10101011 | 100000 | 100001 |
Color Harmonies of #3A7068
Complementary color
Monochromatic Colors of #3A7068
Black with #3A7068
Text Example
Text Example
White with #3A7068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7068; }
p { color: rgb(58,112,104); }
H1.HeaderClassName
{
color: #3A7068;
}
.AnyTagClassName
{
color: #3A7068;
}
</style>
background-color css
<style>
a { background-color: #3A7068; }
a { background-color: rgb(58,112,104); }
div.DivClassName
{
background-color: #3A7068;
}
.BgClassName
{
background-color: #3A7068;
}
</style>
border-color css
<style>
span { border-color: #3A7068; }
span { border-color: rgb(58,112,104); }
td.TdClassName
{
border-color: #3A7068;
}
.TagClassName
{
border-color: #3A7068;
}
</style>