Shades of Oracle #386261
Tints of Oracle #386261
RGB
CMYK
RGB Variations
Color information
#386261 (or 0x386261) is known color: Oracle. HEX triplet: 38, 62 and 61. RGB value is (56,98,97). Sum of RGB (Red+Green+Blue) = 56+98+97=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #386261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386261 is #C79D9E. Grayscale: #555555. Windows color (decimal): -13082015 or 6382136. OLE color: 6382136.
HSL color Cylindrical-coordinate representation of color #386261: hue angle of 178.57º 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 #386261 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 98 | 97 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.62 |
| HSL | 178.57º | 0.27% | 0.3% | - |
| HSV(B) | 178.57º | 0.43% | 0.38% | - |
| XYZ | 8.16 | 10.44 | 12.89 | - |
| YUV | 85.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 97 | 0.43 | 0 | 0.01 | 0.62 | 178.57 | 0.27 | 0.3 |
| Hex | 38 | 62 | 61 | 2B | 0 | 1 | 3E | B3 | 1B | 1E |
| Octal | 70 | 142 | 141 | 53 | 0 | 1 | 76 | 263 | 33 | 36 |
| Binary | 111000 | 1100010 | 1100001 | 101011 | 0 | 1 | 111110 | 10110011 | 11011 | 11110 |
Color Harmonies of #386261
Complementary color
Monochromatic Colors of #386261
Black with #386261
Text Example
Text Example
White with #386261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386261; }
p { color: rgb(56,98,97); }
H1.HeaderClassName
{
color: #386261;
}
.AnyTagClassName
{
color: #386261;
}
</style>
background-color css
<style>
a { background-color: #386261; }
a { background-color: rgb(56,98,97); }
div.DivClassName
{
background-color: #386261;
}
.BgClassName
{
background-color: #386261;
}
</style>
border-color css
<style>
span { border-color: #386261; }
span { border-color: rgb(56,98,97); }
td.TdClassName
{
border-color: #386261;
}
.TagClassName
{
border-color: #386261;
}
</style>