Shades of Genoa #387A6D
Tints of Genoa #387A6D
RGB
CMYK
RGB Variations
Color information
#387A6D (or 0x387A6D) is known color: Genoa. HEX triplet: 38, 7A and 6D. RGB value is (56,122,109). Sum of RGB (Red+Green+Blue) = 56+122+109=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 122 - color contains mainly: green. Hex color #387A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387A6D is #C78592. Grayscale: #646464. Windows color (decimal): -13075859 or 7174712. OLE color: 7174712.
HSL color Cylindrical-coordinate representation of color #387A6D: hue angle of 168.18º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387A6D is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 122 | 109 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.52 |
| HSL | 168.18º | 0.37% | 0.35% | - |
| HSV(B) | 168.18º | 0.54% | 0.48% | - |
| XYZ | 11.35 | 15.86 | 16.93 | - |
| YUV | 100.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 109 | 0.54 | 0 | 0.11 | 0.52 | 168.18 | 0.37 | 0.35 |
| Hex | 38 | 7A | 6D | 36 | 0 | B | 34 | A8 | 25 | 23 |
| Octal | 70 | 172 | 155 | 66 | 0 | 13 | 64 | 250 | 45 | 43 |
| Binary | 111000 | 1111010 | 1101101 | 110110 | 0 | 1011 | 110100 | 10101000 | 100101 | 100011 |
Color Harmonies of #387A6D
Complementary color
Monochromatic Colors of #387A6D
Black with #387A6D
Text Example
Text Example
White with #387A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387A6D; }
p { color: rgb(56,122,109); }
H1.HeaderClassName
{
color: #387A6D;
}
.AnyTagClassName
{
color: #387A6D;
}
</style>
background-color css
<style>
a { background-color: #387A6D; }
a { background-color: rgb(56,122,109); }
div.DivClassName
{
background-color: #387A6D;
}
.BgClassName
{
background-color: #387A6D;
}
</style>
border-color css
<style>
span { border-color: #387A6D; }
span { border-color: rgb(56,122,109); }
td.TdClassName
{
border-color: #387A6D;
}
.TagClassName
{
border-color: #387A6D;
}
</style>