Shades of Oracle #385654
Tints of Oracle #385654
RGB
CMYK
RGB Variations
Color information
#385654 (or 0x385654) is known color: Oracle. HEX triplet: 38, 56 and 54. RGB value is (56,86,84). Sum of RGB (Red+Green+Blue) = 56+86+84=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #385654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385654 is #C7A9AB. Grayscale: #4C4C4C. Windows color (decimal): -13085100 or 5527096. OLE color: 5527096.
HSL color Cylindrical-coordinate representation of color #385654: hue angle of 176º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #385654 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 86 | 84 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.66 |
| HSL | 176º | 0.21% | 0.28% | - |
| HSV(B) | 176º | 0.35% | 0.34% | - |
| XYZ | 6.56 | 8.14 | 9.61 | - |
| YUV | 76.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 84 | 0.35 | 0 | 0.02 | 0.66 | 176 | 0.21 | 0.28 |
| Hex | 38 | 56 | 54 | 23 | 0 | 2 | 42 | B0 | 15 | 1C |
| Octal | 70 | 126 | 124 | 43 | 0 | 2 | 102 | 260 | 25 | 34 |
| Binary | 111000 | 1010110 | 1010100 | 100011 | 0 | 10 | 1000010 | 10110000 | 10101 | 11100 |
Color Harmonies of #385654
Complementary color
Monochromatic Colors of #385654
Black with #385654
Text Example
Text Example
White with #385654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385654; }
p { color: rgb(56,86,84); }
H1.HeaderClassName
{
color: #385654;
}
.AnyTagClassName
{
color: #385654;
}
</style>
background-color css
<style>
a { background-color: #385654; }
a { background-color: rgb(56,86,84); }
div.DivClassName
{
background-color: #385654;
}
.BgClassName
{
background-color: #385654;
}
</style>
border-color css
<style>
span { border-color: #385654; }
span { border-color: rgb(56,86,84); }
td.TdClassName
{
border-color: #385654;
}
.TagClassName
{
border-color: #385654;
}
</style>