Shades of Oracle #385758
Tints of Oracle #385758
RGB
CMYK
RGB Variations
Color information
#385758 (or 0x385758) is known color: Oracle. HEX triplet: 38, 57 and 58. RGB value is (56,87,88). Sum of RGB (Red+Green+Blue) = 56+87+88=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #385758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385758 is #C7A8A7. Grayscale: #4D4D4D. Windows color (decimal): -13084840 or 5789496. OLE color: 5789496.
HSL color Cylindrical-coordinate representation of color #385758: hue angle of 181.88º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385758 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 87 | 88 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.65 |
| HSL | 181.88º | 0.22% | 0.28% | - |
| HSV(B) | 181.88º | 0.36% | 0.35% | - |
| XYZ | 6.8 | 8.36 | 10.49 | - |
| YUV | 77.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 88 | 0.36 | 0.01 | 0 | 0.65 | 181.88 | 0.22 | 0.28 |
| Hex | 38 | 57 | 58 | 24 | 1 | 0 | 41 | B6 | 16 | 1C |
| Octal | 70 | 127 | 130 | 44 | 1 | 0 | 101 | 266 | 26 | 34 |
| Binary | 111000 | 1010111 | 1011000 | 100100 | 1 | 0 | 1000001 | 10110110 | 10110 | 11100 |
Color Harmonies of #385758
Complementary color
Monochromatic Colors of #385758
Black with #385758
Text Example
Text Example
White with #385758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385758; }
p { color: rgb(56,87,88); }
H1.HeaderClassName
{
color: #385758;
}
.AnyTagClassName
{
color: #385758;
}
</style>
background-color css
<style>
a { background-color: #385758; }
a { background-color: rgb(56,87,88); }
div.DivClassName
{
background-color: #385758;
}
.BgClassName
{
background-color: #385758;
}
</style>
border-color css
<style>
span { border-color: #385758; }
span { border-color: rgb(56,87,88); }
td.TdClassName
{
border-color: #385758;
}
.TagClassName
{
border-color: #385758;
}
</style>