Shades of Oracle #3D5958
Tints of Oracle #3D5958
RGB
CMYK
RGB Variations
Color information
#3D5958 (or 0x3D5958) is known color: Oracle. HEX triplet: 3D, 59 and 58. RGB value is (61,89,88). Sum of RGB (Red+Green+Blue) = 61+89+88=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5958 is #C2A6A7. Grayscale: #505050. Windows color (decimal): -12756648 or 5790013. OLE color: 5790013.
HSL color Cylindrical-coordinate representation of color #3D5958: hue angle of 177.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5958 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 89 | 88 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.65 |
| HSL | 177.86º | 0.19% | 0.29% | - |
| HSV(B) | 177.86º | 0.31% | 0.35% | - |
| XYZ | 7.26 | 8.84 | 10.56 | - |
| YUV | 80.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 88 | 0.31 | 0 | 0.01 | 0.65 | 177.86 | 0.19 | 0.29 |
| Hex | 3D | 59 | 58 | 1F | 0 | 1 | 41 | B2 | 13 | 1D |
| Octal | 75 | 131 | 130 | 37 | 0 | 1 | 101 | 262 | 23 | 35 |
| Binary | 111101 | 1011001 | 1011000 | 11111 | 0 | 1 | 1000001 | 10110010 | 10011 | 11101 |
Color Harmonies of #3D5958
Complementary color
Monochromatic Colors of #3D5958
Black with #3D5958
Text Example
Text Example
White with #3D5958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5958; }
p { color: rgb(61,89,88); }
H1.HeaderClassName
{
color: #3D5958;
}
.AnyTagClassName
{
color: #3D5958;
}
</style>
background-color css
<style>
a { background-color: #3D5958; }
a { background-color: rgb(61,89,88); }
div.DivClassName
{
background-color: #3D5958;
}
.BgClassName
{
background-color: #3D5958;
}
</style>
border-color css
<style>
span { border-color: #3D5958; }
span { border-color: rgb(61,89,88); }
td.TdClassName
{
border-color: #3D5958;
}
.TagClassName
{
border-color: #3D5958;
}
</style>