Shades of Oracle #385B5B
Tints of Oracle #385B5B
RGB
CMYK
RGB Variations
Color information
#385B5B (or 0x385B5B) is known color: Oracle. HEX triplet: 38, 5B and 5B. RGB value is (56,91,91). Sum of RGB (Red+Green+Blue) = 56+91+91=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #385B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B5B is #C7A4A4. Grayscale: #505050. Windows color (decimal): -13083813 or 5987128. OLE color: 5987128.
HSL color Cylindrical-coordinate representation of color #385B5B: hue angle of 180º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385B5B is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 91 | 91 | - |
| CMYK | 0.38 | 0 | 0 | 0.64 |
| HSL | 180º | 0.24% | 0.29% | - |
| HSV(B) | 180º | 0.38% | 0.36% | - |
| XYZ | 7.26 | 9.08 | 11.27 | - |
| YUV | 80.54 | 133.9 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 91 | 0.38 | 0 | 0 | 0.64 | 180 | 0.24 | 0.29 |
| Hex | 38 | 5B | 5B | 26 | 0 | 0 | 40 | B4 | 18 | 1D |
| Octal | 70 | 133 | 133 | 46 | 0 | 0 | 100 | 264 | 30 | 35 |
| Binary | 111000 | 1011011 | 1011011 | 100110 | 0 | 0 | 1000000 | 10110100 | 11000 | 11101 |
Color Harmonies of #385B5B
Complementary color
Monochromatic Colors of #385B5B
Black with #385B5B
Text Example
Text Example
White with #385B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B5B; }
p { color: rgb(56,91,91); }
H1.HeaderClassName
{
color: #385B5B;
}
.AnyTagClassName
{
color: #385B5B;
}
</style>
background-color css
<style>
a { background-color: #385B5B; }
a { background-color: rgb(56,91,91); }
div.DivClassName
{
background-color: #385B5B;
}
.BgClassName
{
background-color: #385B5B;
}
</style>
border-color css
<style>
span { border-color: #385B5B; }
span { border-color: rgb(56,91,91); }
td.TdClassName
{
border-color: #385B5B;
}
.TagClassName
{
border-color: #385B5B;
}
</style>