Shades of Genoa #3B6F6A
Tints of Genoa #3B6F6A
RGB
CMYK
RGB Variations
Color information
#3B6F6A (or 0x3B6F6A) is known color: Genoa. HEX triplet: 3B, 6F and 6A. RGB value is (59,111,106). Sum of RGB (Red+Green+Blue) = 59+111+106=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6F6A is #C49095. Grayscale: #5E5E5E. Windows color (decimal): -12882070 or 6975291. OLE color: 6975291.
HSL color Cylindrical-coordinate representation of color #3B6F6A: hue angle of 174.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B6F6A is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 111 | 106 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.56 |
| HSL | 174.23º | 0.31% | 0.33% | - |
| HSV(B) | 174.23º | 0.47% | 0.44% | - |
| XYZ | 10.09 | 13.34 | 15.68 | - |
| YUV | 94.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 111 | 106 | 0.47 | 0 | 0.05 | 0.56 | 174.23 | 0.31 | 0.33 |
| Hex | 3B | 6F | 6A | 2F | 0 | 5 | 38 | AE | 1F | 21 |
| Octal | 73 | 157 | 152 | 57 | 0 | 5 | 70 | 256 | 37 | 41 |
| Binary | 111011 | 1101111 | 1101010 | 101111 | 0 | 101 | 111000 | 10101110 | 11111 | 100001 |
Color Harmonies of #3B6F6A
Complementary color
Monochromatic Colors of #3B6F6A
Black with #3B6F6A
Text Example
Text Example
White with #3B6F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6F6A; }
p { color: rgb(59,111,106); }
H1.HeaderClassName
{
color: #3B6F6A;
}
.AnyTagClassName
{
color: #3B6F6A;
}
</style>
background-color css
<style>
a { background-color: #3B6F6A; }
a { background-color: rgb(59,111,106); }
div.DivClassName
{
background-color: #3B6F6A;
}
.BgClassName
{
background-color: #3B6F6A;
}
</style>
border-color css
<style>
span { border-color: #3B6F6A; }
span { border-color: rgb(59,111,106); }
td.TdClassName
{
border-color: #3B6F6A;
}
.TagClassName
{
border-color: #3B6F6A;
}
</style>