Shades of Oracle #385659
Tints of Oracle #385659
RGB
CMYK
RGB Variations
Color information
#385659 (or 0x385659) is known color: Oracle. HEX triplet: 38, 56 and 59. RGB value is (56,86,89). Sum of RGB (Red+Green+Blue) = 56+86+89=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #385659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385659 is #C7A9A6. Grayscale: #4D4D4D. Windows color (decimal): -13085095 or 5854776. OLE color: 5854776.
HSL color Cylindrical-coordinate representation of color #385659: hue angle of 185.45º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #385659 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 86 | 89 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.65 |
| HSL | 185.45º | 0.23% | 0.28% | - |
| HSV(B) | 185.45º | 0.37% | 0.35% | - |
| XYZ | 6.76 | 8.22 | 10.68 | - |
| YUV | 77.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 89 | 0.37 | 0.03 | 0 | 0.65 | 185.45 | 0.23 | 0.28 |
| Hex | 38 | 56 | 59 | 25 | 3 | 0 | 41 | B9 | 17 | 1C |
| Octal | 70 | 126 | 131 | 45 | 3 | 0 | 101 | 271 | 27 | 34 |
| Binary | 111000 | 1010110 | 1011001 | 100101 | 11 | 0 | 1000001 | 10111001 | 10111 | 11100 |
Color Harmonies of #385659
Complementary color
Monochromatic Colors of #385659
Black with #385659
Text Example
Text Example
White with #385659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385659; }
p { color: rgb(56,86,89); }
H1.HeaderClassName
{
color: #385659;
}
.AnyTagClassName
{
color: #385659;
}
</style>
background-color css
<style>
a { background-color: #385659; }
a { background-color: rgb(56,86,89); }
div.DivClassName
{
background-color: #385659;
}
.BgClassName
{
background-color: #385659;
}
</style>
border-color css
<style>
span { border-color: #385659; }
span { border-color: rgb(56,86,89); }
td.TdClassName
{
border-color: #385659;
}
.TagClassName
{
border-color: #385659;
}
</style>