Shades of Oracle #385D60
Tints of Oracle #385D60
RGB
CMYK
RGB Variations
Color information
#385D60 (or 0x385D60) is known color: Oracle. HEX triplet: 38, 5D and 60. RGB value is (56,93,96). Sum of RGB (Red+Green+Blue) = 56+93+96=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #385D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D60 is #C7A29F. Grayscale: #525252. Windows color (decimal): -13083296 or 6315320. OLE color: 6315320.
HSL color Cylindrical-coordinate representation of color #385D60: hue angle of 184.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 #385D60 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 93 | 96 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.62 |
| HSL | 184.5º | 0.26% | 0.3% | - |
| HSV(B) | 184.5º | 0.42% | 0.38% | - |
| XYZ | 7.66 | 9.51 | 12.5 | - |
| YUV | 82.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 96 | 0.42 | 0.03 | 0 | 0.62 | 184.5 | 0.26 | 0.3 |
| Hex | 38 | 5D | 60 | 2A | 3 | 0 | 3E | B8 | 1A | 1E |
| Octal | 70 | 135 | 140 | 52 | 3 | 0 | 76 | 270 | 32 | 36 |
| Binary | 111000 | 1011101 | 1100000 | 101010 | 11 | 0 | 111110 | 10111000 | 11010 | 11110 |
Color Harmonies of #385D60
Complementary color
Monochromatic Colors of #385D60
Black with #385D60
Text Example
Text Example
White with #385D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385D60; }
p { color: rgb(56,93,96); }
H1.HeaderClassName
{
color: #385D60;
}
.AnyTagClassName
{
color: #385D60;
}
</style>
background-color css
<style>
a { background-color: #385D60; }
a { background-color: rgb(56,93,96); }
div.DivClassName
{
background-color: #385D60;
}
.BgClassName
{
background-color: #385D60;
}
</style>
border-color css
<style>
span { border-color: #385D60; }
span { border-color: rgb(56,93,96); }
td.TdClassName
{
border-color: #385D60;
}
.TagClassName
{
border-color: #385D60;
}
</style>