Shades of Oracle #3D6060
Tints of Oracle #3D6060
RGB
CMYK
RGB Variations
Color information
#3D6060 (or 0x3D6060) is known color: Oracle. HEX triplet: 3D, 60 and 60. RGB value is (61,96,96). Sum of RGB (Red+Green+Blue) = 61+96+96=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #3D6060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6060 is #C29F9F. Grayscale: #555555. Windows color (decimal): -12754848 or 6316093. OLE color: 6316093.
HSL color Cylindrical-coordinate representation of color #3D6060: hue angle of 180º 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 #3D6060 is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 96 | 96 | - |
| CMYK | 0.36 | 0 | 0 | 0.62 |
| HSL | 180º | 0.22% | 0.31% | - |
| HSV(B) | 180º | 0.36% | 0.38% | - |
| XYZ | 8.22 | 10.2 | 12.6 | - |
| YUV | 85.54 | 133.9 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 96 | 96 | 0.36 | 0 | 0 | 0.62 | 180 | 0.22 | 0.31 |
| Hex | 3D | 60 | 60 | 24 | 0 | 0 | 3E | B4 | 16 | 1F |
| Octal | 75 | 140 | 140 | 44 | 0 | 0 | 76 | 264 | 26 | 37 |
| Binary | 111101 | 1100000 | 1100000 | 100100 | 0 | 0 | 111110 | 10110100 | 10110 | 11111 |
Color Harmonies of #3D6060
Complementary color
Monochromatic Colors of #3D6060
Black with #3D6060
Text Example
Text Example
White with #3D6060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6060; }
p { color: rgb(61,96,96); }
H1.HeaderClassName
{
color: #3D6060;
}
.AnyTagClassName
{
color: #3D6060;
}
</style>
background-color css
<style>
a { background-color: #3D6060; }
a { background-color: rgb(61,96,96); }
div.DivClassName
{
background-color: #3D6060;
}
.BgClassName
{
background-color: #3D6060;
}
</style>
border-color css
<style>
span { border-color: #3D6060; }
span { border-color: rgb(61,96,96); }
td.TdClassName
{
border-color: #3D6060;
}
.TagClassName
{
border-color: #3D6060;
}
</style>