Shades of Oracle #385855
Tints of Oracle #385855
RGB
CMYK
RGB Variations
Color information
#385855 (or 0x385855) is known color: Oracle. HEX triplet: 38, 58 and 55. RGB value is (56,88,85). Sum of RGB (Red+Green+Blue) = 56+88+85=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 88 - color contains mainly: green. Hex color #385855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385855 is #C7A7AA. Grayscale: #4E4E4E. Windows color (decimal): -13084587 or 5593144. OLE color: 5593144.
HSL color Cylindrical-coordinate representation of color #385855: hue angle of 174.38º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385855 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 88 | 85 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.65 |
| HSL | 174.38º | 0.22% | 0.28% | - |
| HSV(B) | 174.38º | 0.36% | 0.35% | - |
| XYZ | 6.76 | 8.48 | 9.87 | - |
| YUV | 78.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 85 | 0.36 | 0 | 0.03 | 0.65 | 174.38 | 0.22 | 0.28 |
| Hex | 38 | 58 | 55 | 24 | 0 | 3 | 41 | AE | 16 | 1C |
| Octal | 70 | 130 | 125 | 44 | 0 | 3 | 101 | 256 | 26 | 34 |
| Binary | 111000 | 1011000 | 1010101 | 100100 | 0 | 11 | 1000001 | 10101110 | 10110 | 11100 |
Color Harmonies of #385855
Complementary color
Monochromatic Colors of #385855
Black with #385855
Text Example
Text Example
White with #385855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385855; }
p { color: rgb(56,88,85); }
H1.HeaderClassName
{
color: #385855;
}
.AnyTagClassName
{
color: #385855;
}
</style>
background-color css
<style>
a { background-color: #385855; }
a { background-color: rgb(56,88,85); }
div.DivClassName
{
background-color: #385855;
}
.BgClassName
{
background-color: #385855;
}
</style>
border-color css
<style>
span { border-color: #385855; }
span { border-color: rgb(56,88,85); }
td.TdClassName
{
border-color: #385855;
}
.TagClassName
{
border-color: #385855;
}
</style>