Shades of Oracle #386263
Tints of Oracle #386263
RGB
CMYK
RGB Variations
Color information
#386263 (or 0x386263) is known color: Oracle. HEX triplet: 38, 62 and 63. RGB value is (56,98,99). Sum of RGB (Red+Green+Blue) = 56+98+99=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 99 - color contains mainly: blue. Hex color #386263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386263 is #C79D9C. Grayscale: #555555. Windows color (decimal): -13082013 or 6513208. OLE color: 6513208.
HSL color Cylindrical-coordinate representation of color #386263: hue angle of 181.4º 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 #386263 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 98 | 99 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.61 |
| HSL | 181.4º | 0.28% | 0.3% | - |
| HSV(B) | 181.4º | 0.43% | 0.39% | - |
| XYZ | 8.25 | 10.48 | 13.39 | - |
| YUV | 85.56 | 135.59 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 99 | 0.43 | 0.01 | 0 | 0.61 | 181.4 | 0.28 | 0.3 |
| Hex | 38 | 62 | 63 | 2B | 1 | 0 | 3D | B5 | 1C | 1E |
| Octal | 70 | 142 | 143 | 53 | 1 | 0 | 75 | 265 | 34 | 36 |
| Binary | 111000 | 1100010 | 1100011 | 101011 | 1 | 0 | 111101 | 10110101 | 11100 | 11110 |
Color Harmonies of #386263
Complementary color
Monochromatic Colors of #386263
Black with #386263
Text Example
Text Example
White with #386263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386263; }
p { color: rgb(56,98,99); }
H1.HeaderClassName
{
color: #386263;
}
.AnyTagClassName
{
color: #386263;
}
</style>
background-color css
<style>
a { background-color: #386263; }
a { background-color: rgb(56,98,99); }
div.DivClassName
{
background-color: #386263;
}
.BgClassName
{
background-color: #386263;
}
</style>
border-color css
<style>
span { border-color: #386263; }
span { border-color: rgb(56,98,99); }
td.TdClassName
{
border-color: #386263;
}
.TagClassName
{
border-color: #386263;
}
</style>