Shades of Oracle #385E5A
Tints of Oracle #385E5A
RGB
CMYK
RGB Variations
Color information
#385E5A (or 0x385E5A) is known color: Oracle. HEX triplet: 38, 5E and 5A. RGB value is (56,94,90). Sum of RGB (Red+Green+Blue) = 56+94+90=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 94 - color contains mainly: green. Hex color #385E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E5A is #C7A1A5. Grayscale: #525252. Windows color (decimal): -13083046 or 5922360. OLE color: 5922360.
HSL color Cylindrical-coordinate representation of color #385E5A: hue angle of 173.68º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385E5A is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 94 | 90 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.63 |
| HSL | 173.68º | 0.25% | 0.29% | - |
| HSV(B) | 173.68º | 0.4% | 0.37% | - |
| XYZ | 7.48 | 9.58 | 11.13 | - |
| YUV | 82.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 90 | 0.40 | 0 | 0.04 | 0.63 | 173.68 | 0.25 | 0.29 |
| Hex | 38 | 5E | 5A | 28 | 0 | 4 | 3F | AE | 19 | 1D |
| Octal | 70 | 136 | 132 | 50 | 0 | 4 | 77 | 256 | 31 | 35 |
| Binary | 111000 | 1011110 | 1011010 | 101000 | 0 | 100 | 111111 | 10101110 | 11001 | 11101 |
Color Harmonies of #385E5A
Complementary color
Monochromatic Colors of #385E5A
Black with #385E5A
Text Example
Text Example
White with #385E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E5A; }
p { color: rgb(56,94,90); }
H1.HeaderClassName
{
color: #385E5A;
}
.AnyTagClassName
{
color: #385E5A;
}
</style>
background-color css
<style>
a { background-color: #385E5A; }
a { background-color: rgb(56,94,90); }
div.DivClassName
{
background-color: #385E5A;
}
.BgClassName
{
background-color: #385E5A;
}
</style>
border-color css
<style>
span { border-color: #385E5A; }
span { border-color: rgb(56,94,90); }
td.TdClassName
{
border-color: #385E5A;
}
.TagClassName
{
border-color: #385E5A;
}
</style>