Shades of Oracle #3D605C
Tints of Oracle #3D605C
RGB
CMYK
RGB Variations
Color information
#3D605C (or 0x3D605C) is known color: Oracle. HEX triplet: 3D, 60 and 5C. RGB value is (61,96,92). Sum of RGB (Red+Green+Blue) = 61+96+92=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #3D605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D605C is #C29FA3. Grayscale: #555555. Windows color (decimal): -12754852 or 6053949. OLE color: 6053949.
HSL color Cylindrical-coordinate representation of color #3D605C: hue angle of 173.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D605C is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 96 | 92 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.62 |
| HSL | 173.14º | 0.22% | 0.31% | - |
| HSV(B) | 173.14º | 0.36% | 0.38% | - |
| XYZ | 8.04 | 10.13 | 11.66 | - |
| YUV | 85.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 96 | 92 | 0.36 | 0 | 0.04 | 0.62 | 173.14 | 0.22 | 0.31 |
| Hex | 3D | 60 | 5C | 24 | 0 | 4 | 3E | AD | 16 | 1F |
| Octal | 75 | 140 | 134 | 44 | 0 | 4 | 76 | 255 | 26 | 37 |
| Binary | 111101 | 1100000 | 1011100 | 100100 | 0 | 100 | 111110 | 10101101 | 10110 | 11111 |
Color Harmonies of #3D605C
Complementary color
Monochromatic Colors of #3D605C
Black with #3D605C
Text Example
Text Example
White with #3D605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D605C; }
p { color: rgb(61,96,92); }
H1.HeaderClassName
{
color: #3D605C;
}
.AnyTagClassName
{
color: #3D605C;
}
</style>
background-color css
<style>
a { background-color: #3D605C; }
a { background-color: rgb(61,96,92); }
div.DivClassName
{
background-color: #3D605C;
}
.BgClassName
{
background-color: #3D605C;
}
</style>
border-color css
<style>
span { border-color: #3D605C; }
span { border-color: rgb(61,96,92); }
td.TdClassName
{
border-color: #3D605C;
}
.TagClassName
{
border-color: #3D605C;
}
</style>