Shades of Oracle #385F5B
Tints of Oracle #385F5B
RGB
CMYK
RGB Variations
Color information
#385F5B (or 0x385F5B) is known color: Oracle. HEX triplet: 38, 5F and 5B. RGB value is (56,95,91). Sum of RGB (Red+Green+Blue) = 56+95+91=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #385F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F5B is #C7A0A4. Grayscale: #525252. Windows color (decimal): -13082789 or 5988152. OLE color: 5988152.
HSL color Cylindrical-coordinate representation of color #385F5B: hue angle of 173.85º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385F5B is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 91 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.63 |
| HSL | 173.85º | 0.26% | 0.3% | - |
| HSV(B) | 173.85º | 0.41% | 0.37% | - |
| XYZ | 7.61 | 9.78 | 11.38 | - |
| YUV | 82.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 91 | 0.41 | 0 | 0.04 | 0.63 | 173.85 | 0.26 | 0.3 |
| Hex | 38 | 5F | 5B | 29 | 0 | 4 | 3F | AE | 1A | 1E |
| Octal | 70 | 137 | 133 | 51 | 0 | 4 | 77 | 256 | 32 | 36 |
| Binary | 111000 | 1011111 | 1011011 | 101001 | 0 | 100 | 111111 | 10101110 | 11010 | 11110 |
Color Harmonies of #385F5B
Complementary color
Monochromatic Colors of #385F5B
Black with #385F5B
Text Example
Text Example
White with #385F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F5B; }
p { color: rgb(56,95,91); }
H1.HeaderClassName
{
color: #385F5B;
}
.AnyTagClassName
{
color: #385F5B;
}
</style>
background-color css
<style>
a { background-color: #385F5B; }
a { background-color: rgb(56,95,91); }
div.DivClassName
{
background-color: #385F5B;
}
.BgClassName
{
background-color: #385F5B;
}
</style>
border-color css
<style>
span { border-color: #385F5B; }
span { border-color: rgb(56,95,91); }
td.TdClassName
{
border-color: #385F5B;
}
.TagClassName
{
border-color: #385F5B;
}
</style>