Shades of Oracle #385F60
Tints of Oracle #385F60
RGB
CMYK
RGB Variations
Color information
#385F60 (or 0x385F60) is known color: Oracle. HEX triplet: 38, 5F and 60. RGB value is (56,95,96). Sum of RGB (Red+Green+Blue) = 56+95+96=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #385F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F60 is #C7A09F. Grayscale: #535353. Windows color (decimal): -13082784 or 6315832. OLE color: 6315832.
HSL color Cylindrical-coordinate representation of color #385F60: hue angle of 181.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #385F60 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 95 | 96 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.62 |
| HSL | 181.5º | 0.26% | 0.3% | - |
| HSV(B) | 181.5º | 0.42% | 0.38% | - |
| XYZ | 7.83 | 9.87 | 12.56 | - |
| YUV | 83.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 96 | 0.42 | 0.01 | 0 | 0.62 | 181.5 | 0.26 | 0.3 |
| Hex | 38 | 5F | 60 | 2A | 1 | 0 | 3E | B6 | 1A | 1E |
| Octal | 70 | 137 | 140 | 52 | 1 | 0 | 76 | 266 | 32 | 36 |
| Binary | 111000 | 1011111 | 1100000 | 101010 | 1 | 0 | 111110 | 10110110 | 11010 | 11110 |
Color Harmonies of #385F60
Complementary color
Monochromatic Colors of #385F60
Black with #385F60
Text Example
Text Example
White with #385F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F60; }
p { color: rgb(56,95,96); }
H1.HeaderClassName
{
color: #385F60;
}
.AnyTagClassName
{
color: #385F60;
}
</style>
background-color css
<style>
a { background-color: #385F60; }
a { background-color: rgb(56,95,96); }
div.DivClassName
{
background-color: #385F60;
}
.BgClassName
{
background-color: #385F60;
}
</style>
border-color css
<style>
span { border-color: #385F60; }
span { border-color: rgb(56,95,96); }
td.TdClassName
{
border-color: #385F60;
}
.TagClassName
{
border-color: #385F60;
}
</style>