Shades of Genoa #3A6864
Tints of Genoa #3A6864
RGB
CMYK
RGB Variations
Color information
#3A6864 (or 0x3A6864) is known color: Genoa. HEX triplet: 3A, 68 and 64. RGB value is (58,104,100). Sum of RGB (Red+Green+Blue) = 58+104+100=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #3A6864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6864 is #C5979B. Grayscale: #595959. Windows color (decimal): -12949404 or 6580282. OLE color: 6580282.
HSL color Cylindrical-coordinate representation of color #3A6864: hue angle of 174.78º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A6864 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 104 | 100 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.59 |
| HSL | 174.78º | 0.28% | 0.32% | - |
| HSV(B) | 174.78º | 0.44% | 0.41% | - |
| XYZ | 9 | 11.72 | 13.84 | - |
| YUV | 89.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 100 | 0.44 | 0 | 0.04 | 0.59 | 174.78 | 0.28 | 0.32 |
| Hex | 3A | 68 | 64 | 2C | 0 | 4 | 3B | AF | 1C | 20 |
| Octal | 72 | 150 | 144 | 54 | 0 | 4 | 73 | 257 | 34 | 40 |
| Binary | 111010 | 1101000 | 1100100 | 101100 | 0 | 100 | 111011 | 10101111 | 11100 | 100000 |
Color Harmonies of #3A6864
Complementary color
Monochromatic Colors of #3A6864
Black with #3A6864
Text Example
Text Example
White with #3A6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6864; }
p { color: rgb(58,104,100); }
H1.HeaderClassName
{
color: #3A6864;
}
.AnyTagClassName
{
color: #3A6864;
}
</style>
background-color css
<style>
a { background-color: #3A6864; }
a { background-color: rgb(58,104,100); }
div.DivClassName
{
background-color: #3A6864;
}
.BgClassName
{
background-color: #3A6864;
}
</style>
border-color css
<style>
span { border-color: #3A6864; }
span { border-color: rgb(58,104,100); }
td.TdClassName
{
border-color: #3A6864;
}
.TagClassName
{
border-color: #3A6864;
}
</style>