Shades of Oracle #386260
Tints of Oracle #386260
RGB
CMYK
RGB Variations
Color information
#386260 (or 0x386260) is known color: Oracle. HEX triplet: 38, 62 and 60. RGB value is (56,98,96). Sum of RGB (Red+Green+Blue) = 56+98+96=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #386260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386260 is #C79D9F. Grayscale: #555555. Windows color (decimal): -13082016 or 6316600. OLE color: 6316600.
HSL color Cylindrical-coordinate representation of color #386260: hue angle of 177.14º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386260 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 98 | 96 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.62 |
| HSL | 177.14º | 0.27% | 0.3% | - |
| HSV(B) | 177.14º | 0.43% | 0.38% | - |
| XYZ | 8.11 | 10.42 | 12.65 | - |
| YUV | 85.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 96 | 0.43 | 0 | 0.02 | 0.62 | 177.14 | 0.27 | 0.3 |
| Hex | 38 | 62 | 60 | 2B | 0 | 2 | 3E | B1 | 1B | 1E |
| Octal | 70 | 142 | 140 | 53 | 0 | 2 | 76 | 261 | 33 | 36 |
| Binary | 111000 | 1100010 | 1100000 | 101011 | 0 | 10 | 111110 | 10110001 | 11011 | 11110 |
Color Harmonies of #386260
Complementary color
Monochromatic Colors of #386260
Black with #386260
Text Example
Text Example
White with #386260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386260; }
p { color: rgb(56,98,96); }
H1.HeaderClassName
{
color: #386260;
}
.AnyTagClassName
{
color: #386260;
}
</style>
background-color css
<style>
a { background-color: #386260; }
a { background-color: rgb(56,98,96); }
div.DivClassName
{
background-color: #386260;
}
.BgClassName
{
background-color: #386260;
}
</style>
border-color css
<style>
span { border-color: #386260; }
span { border-color: rgb(56,98,96); }
td.TdClassName
{
border-color: #386260;
}
.TagClassName
{
border-color: #386260;
}
</style>