Shades of Oracle #385755
Tints of Oracle #385755
RGB
CMYK
RGB Variations
Color information
#385755 (or 0x385755) is known color: Oracle. HEX triplet: 38, 57 and 55. RGB value is (56,87,85). Sum of RGB (Red+Green+Blue) = 56+87+85=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #385755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385755 is #C7A8AA. Grayscale: #4D4D4D. Windows color (decimal): -13084843 or 5592888. OLE color: 5592888.
HSL color Cylindrical-coordinate representation of color #385755: hue angle of 176.13º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385755 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 87 | 85 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.66 |
| HSL | 176.13º | 0.22% | 0.28% | - |
| HSV(B) | 176.13º | 0.36% | 0.34% | - |
| XYZ | 6.68 | 8.31 | 9.85 | - |
| YUV | 77.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 85 | 0.36 | 0 | 0.02 | 0.66 | 176.13 | 0.22 | 0.28 |
| Hex | 38 | 57 | 55 | 24 | 0 | 2 | 42 | B0 | 16 | 1C |
| Octal | 70 | 127 | 125 | 44 | 0 | 2 | 102 | 260 | 26 | 34 |
| Binary | 111000 | 1010111 | 1010101 | 100100 | 0 | 10 | 1000010 | 10110000 | 10110 | 11100 |
Color Harmonies of #385755
Complementary color
Monochromatic Colors of #385755
Black with #385755
Text Example
Text Example
White with #385755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385755; }
p { color: rgb(56,87,85); }
H1.HeaderClassName
{
color: #385755;
}
.AnyTagClassName
{
color: #385755;
}
</style>
background-color css
<style>
a { background-color: #385755; }
a { background-color: rgb(56,87,85); }
div.DivClassName
{
background-color: #385755;
}
.BgClassName
{
background-color: #385755;
}
</style>
border-color css
<style>
span { border-color: #385755; }
span { border-color: rgb(56,87,85); }
td.TdClassName
{
border-color: #385755;
}
.TagClassName
{
border-color: #385755;
}
</style>