Shades of Oracle #386362
Tints of Oracle #386362
RGB
CMYK
RGB Variations
Color information
#386362 (or 0x386362) is known color: Oracle. HEX triplet: 38, 63 and 62. RGB value is (56,99,98). Sum of RGB (Red+Green+Blue) = 56+99+98=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #386362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386362 is #C79C9D. Grayscale: #555555. Windows color (decimal): -13081758 or 6447928. OLE color: 6447928.
HSL color Cylindrical-coordinate representation of color #386362: hue angle of 178.6º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386362 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 99 | 98 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.61 |
| HSL | 178.6º | 0.28% | 0.3% | - |
| HSV(B) | 178.6º | 0.43% | 0.39% | - |
| XYZ | 8.3 | 10.65 | 13.17 | - |
| YUV | 86.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 98 | 0.43 | 0 | 0.01 | 0.61 | 178.6 | 0.28 | 0.3 |
| Hex | 38 | 63 | 62 | 2B | 0 | 1 | 3D | B3 | 1C | 1E |
| Octal | 70 | 143 | 142 | 53 | 0 | 1 | 75 | 263 | 34 | 36 |
| Binary | 111000 | 1100011 | 1100010 | 101011 | 0 | 1 | 111101 | 10110011 | 11100 | 11110 |
Color Harmonies of #386362
Complementary color
Monochromatic Colors of #386362
Black with #386362
Text Example
Text Example
White with #386362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386362; }
p { color: rgb(56,99,98); }
H1.HeaderClassName
{
color: #386362;
}
.AnyTagClassName
{
color: #386362;
}
</style>
background-color css
<style>
a { background-color: #386362; }
a { background-color: rgb(56,99,98); }
div.DivClassName
{
background-color: #386362;
}
.BgClassName
{
background-color: #386362;
}
</style>
border-color css
<style>
span { border-color: #386362; }
span { border-color: rgb(56,99,98); }
td.TdClassName
{
border-color: #386362;
}
.TagClassName
{
border-color: #386362;
}
</style>