Shades of Genoa #386E6B
Tints of Genoa #386E6B
RGB
CMYK
RGB Variations
Color information
#386E6B (or 0x386E6B) is known color: Genoa. HEX triplet: 38, 6E and 6B. RGB value is (56,110,107). Sum of RGB (Red+Green+Blue) = 56+110+107=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 110 - color contains mainly: green. Hex color #386E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E6B is #C79194. Grayscale: #5D5D5D. Windows color (decimal): -13078933 or 7040568. OLE color: 7040568.
HSL color Cylindrical-coordinate representation of color #386E6B: hue angle of 176.67º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386E6B is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 110 | 107 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.57 |
| HSL | 176.67º | 0.33% | 0.33% | - |
| HSV(B) | 176.67º | 0.49% | 0.43% | - |
| XYZ | 9.86 | 13.05 | 15.91 | - |
| YUV | 93.51 | 135.61 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 107 | 0.49 | 0 | 0.03 | 0.57 | 176.67 | 0.33 | 0.33 |
| Hex | 38 | 6E | 6B | 31 | 0 | 3 | 39 | B1 | 21 | 21 |
| Octal | 70 | 156 | 153 | 61 | 0 | 3 | 71 | 261 | 41 | 41 |
| Binary | 111000 | 1101110 | 1101011 | 110001 | 0 | 11 | 111001 | 10110001 | 100001 | 100001 |
Color Harmonies of #386E6B
Complementary color
Monochromatic Colors of #386E6B
Black with #386E6B
Text Example
Text Example
White with #386E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E6B; }
p { color: rgb(56,110,107); }
H1.HeaderClassName
{
color: #386E6B;
}
.AnyTagClassName
{
color: #386E6B;
}
</style>
background-color css
<style>
a { background-color: #386E6B; }
a { background-color: rgb(56,110,107); }
div.DivClassName
{
background-color: #386E6B;
}
.BgClassName
{
background-color: #386E6B;
}
</style>
border-color css
<style>
span { border-color: #386E6B; }
span { border-color: rgb(56,110,107); }
td.TdClassName
{
border-color: #386E6B;
}
.TagClassName
{
border-color: #386E6B;
}
</style>