Shades of Oracle #385657
Tints of Oracle #385657
RGB
CMYK
RGB Variations
Color information
#385657 (or 0x385657) is known color: Oracle. HEX triplet: 38, 56 and 57. RGB value is (56,86,87). Sum of RGB (Red+Green+Blue) = 56+86+87=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 87 - color contains mainly: blue. Hex color #385657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385657 is #C7A9A8. Grayscale: #4D4D4D. Windows color (decimal): -13085097 or 5723704. OLE color: 5723704.
HSL color Cylindrical-coordinate representation of color #385657: hue angle of 181.94º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385657 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 86 | 87 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.66 |
| HSL | 181.94º | 0.22% | 0.28% | - |
| HSV(B) | 181.94º | 0.36% | 0.34% | - |
| XYZ | 6.68 | 8.18 | 10.24 | - |
| YUV | 77.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 87 | 0.36 | 0.01 | 0 | 0.66 | 181.94 | 0.22 | 0.28 |
| Hex | 38 | 56 | 57 | 24 | 1 | 0 | 42 | B6 | 16 | 1C |
| Octal | 70 | 126 | 127 | 44 | 1 | 0 | 102 | 266 | 26 | 34 |
| Binary | 111000 | 1010110 | 1010111 | 100100 | 1 | 0 | 1000010 | 10110110 | 10110 | 11100 |
Color Harmonies of #385657
Complementary color
Monochromatic Colors of #385657
Black with #385657
Text Example
Text Example
White with #385657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385657; }
p { color: rgb(56,86,87); }
H1.HeaderClassName
{
color: #385657;
}
.AnyTagClassName
{
color: #385657;
}
</style>
background-color css
<style>
a { background-color: #385657; }
a { background-color: rgb(56,86,87); }
div.DivClassName
{
background-color: #385657;
}
.BgClassName
{
background-color: #385657;
}
</style>
border-color css
<style>
span { border-color: #385657; }
span { border-color: rgb(56,86,87); }
td.TdClassName
{
border-color: #385657;
}
.TagClassName
{
border-color: #385657;
}
</style>