Shades of Oracle #3F635E
Tints of Oracle #3F635E
RGB
CMYK
RGB Variations
Color information
#3F635E (or 0x3F635E) is known color: Oracle. HEX triplet: 3F, 63 and 5E. RGB value is (63,99,94). Sum of RGB (Red+Green+Blue) = 63+99+94=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #3F635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F635E is #C09CA1. Grayscale: #575757. Windows color (decimal): -12623010 or 6185791. OLE color: 6185791.
HSL color Cylindrical-coordinate representation of color #3F635E: hue angle of 171.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F635E is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 94 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.61 |
| HSL | 171.67º | 0.22% | 0.32% | - |
| HSV(B) | 171.67º | 0.36% | 0.39% | - |
| XYZ | 8.53 | 10.79 | 12.22 | - |
| YUV | 87.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 94 | 0.36 | 0 | 0.05 | 0.61 | 171.67 | 0.22 | 0.32 |
| Hex | 3F | 63 | 5E | 24 | 0 | 5 | 3D | AC | 16 | 20 |
| Octal | 77 | 143 | 136 | 44 | 0 | 5 | 75 | 254 | 26 | 40 |
| Binary | 111111 | 1100011 | 1011110 | 100100 | 0 | 101 | 111101 | 10101100 | 10110 | 100000 |
Color Harmonies of #3F635E
Complementary color
Monochromatic Colors of #3F635E
Black with #3F635E
Text Example
Text Example
White with #3F635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F635E; }
p { color: rgb(63,99,94); }
H1.HeaderClassName
{
color: #3F635E;
}
.AnyTagClassName
{
color: #3F635E;
}
</style>
background-color css
<style>
a { background-color: #3F635E; }
a { background-color: rgb(63,99,94); }
div.DivClassName
{
background-color: #3F635E;
}
.BgClassName
{
background-color: #3F635E;
}
</style>
border-color css
<style>
span { border-color: #3F635E; }
span { border-color: rgb(63,99,94); }
td.TdClassName
{
border-color: #3F635E;
}
.TagClassName
{
border-color: #3F635E;
}
</style>