Shades of Oracle #3C635E
Tints of Oracle #3C635E
RGB
CMYK
RGB Variations
Color information
#3C635E (or 0x3C635E) is known color: Oracle. HEX triplet: 3C, 63 and 5E. RGB value is (60,99,94). Sum of RGB (Red+Green+Blue) = 60+99+94=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #3C635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C635E is #C39CA1. Grayscale: #565656. Windows color (decimal): -12819618 or 6185788. OLE color: 6185788.
HSL color Cylindrical-coordinate representation of color #3C635E: hue angle of 172.31º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C635E is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 99 | 94 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.61 |
| HSL | 172.31º | 0.25% | 0.31% | - |
| HSV(B) | 172.31º | 0.39% | 0.39% | - |
| XYZ | 8.35 | 10.69 | 12.21 | - |
| YUV | 86.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 94 | 0.39 | 0 | 0.05 | 0.61 | 172.31 | 0.25 | 0.31 |
| Hex | 3C | 63 | 5E | 27 | 0 | 5 | 3D | AC | 19 | 1F |
| Octal | 74 | 143 | 136 | 47 | 0 | 5 | 75 | 254 | 31 | 37 |
| Binary | 111100 | 1100011 | 1011110 | 100111 | 0 | 101 | 111101 | 10101100 | 11001 | 11111 |
Color Harmonies of #3C635E
Complementary color
Monochromatic Colors of #3C635E
Black with #3C635E
Text Example
Text Example
White with #3C635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C635E; }
p { color: rgb(60,99,94); }
H1.HeaderClassName
{
color: #3C635E;
}
.AnyTagClassName
{
color: #3C635E;
}
</style>
background-color css
<style>
a { background-color: #3C635E; }
a { background-color: rgb(60,99,94); }
div.DivClassName
{
background-color: #3C635E;
}
.BgClassName
{
background-color: #3C635E;
}
</style>
border-color css
<style>
span { border-color: #3C635E; }
span { border-color: rgb(60,99,94); }
td.TdClassName
{
border-color: #3C635E;
}
.TagClassName
{
border-color: #3C635E;
}
</style>