Shades of Oracle #38625D
Tints of Oracle #38625D
RGB
CMYK
RGB Variations
Color information
#38625D (or 0x38625D) is known color: Oracle. HEX triplet: 38, 62 and 5D. RGB value is (56,98,93). Sum of RGB (Red+Green+Blue) = 56+98+93=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #38625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38625D is #C79DA2. Grayscale: #545454. Windows color (decimal): -13082019 or 6119992. OLE color: 6119992.
HSL color Cylindrical-coordinate representation of color #38625D: hue angle of 172.86º 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 #38625D is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 98 | 93 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.62 |
| HSL | 172.86º | 0.27% | 0.3% | - |
| HSV(B) | 172.86º | 0.43% | 0.38% | - |
| XYZ | 7.97 | 10.37 | 11.94 | - |
| YUV | 84.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 93 | 0.43 | 0 | 0.05 | 0.62 | 172.86 | 0.27 | 0.3 |
| Hex | 38 | 62 | 5D | 2B | 0 | 5 | 3E | AD | 1B | 1E |
| Octal | 70 | 142 | 135 | 53 | 0 | 5 | 76 | 255 | 33 | 36 |
| Binary | 111000 | 1100010 | 1011101 | 101011 | 0 | 101 | 111110 | 10101101 | 11011 | 11110 |
Color Harmonies of #38625D
Complementary color
Monochromatic Colors of #38625D
Black with #38625D
Text Example
Text Example
White with #38625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38625D; }
p { color: rgb(56,98,93); }
H1.HeaderClassName
{
color: #38625D;
}
.AnyTagClassName
{
color: #38625D;
}
</style>
background-color css
<style>
a { background-color: #38625D; }
a { background-color: rgb(56,98,93); }
div.DivClassName
{
background-color: #38625D;
}
.BgClassName
{
background-color: #38625D;
}
</style>
border-color css
<style>
span { border-color: #38625D; }
span { border-color: rgb(56,98,93); }
td.TdClassName
{
border-color: #38625D;
}
.TagClassName
{
border-color: #38625D;
}
</style>