Shades of Oracle #3D595B
Tints of Oracle #3D595B
RGB
CMYK
RGB Variations
Color information
#3D595B (or 0x3D595B) is known color: Oracle. HEX triplet: 3D, 59 and 5B. RGB value is (61,89,91). Sum of RGB (Red+Green+Blue) = 61+89+91=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D595B is #C2A6A4. Grayscale: #505050. Windows color (decimal): -12756645 or 5986621. OLE color: 5986621.
HSL color Cylindrical-coordinate representation of color #3D595B: hue angle of 184º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D595B is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 89 | 91 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.64 |
| HSL | 184º | 0.2% | 0.3% | - |
| HSV(B) | 184º | 0.33% | 0.36% | - |
| XYZ | 7.39 | 8.89 | 11.22 | - |
| YUV | 80.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 91 | 0.33 | 0.02 | 0 | 0.64 | 184 | 0.2 | 0.3 |
| Hex | 3D | 59 | 5B | 21 | 2 | 0 | 40 | B8 | 14 | 1E |
| Octal | 75 | 131 | 133 | 41 | 2 | 0 | 100 | 270 | 24 | 36 |
| Binary | 111101 | 1011001 | 1011011 | 100001 | 10 | 0 | 1000000 | 10111000 | 10100 | 11110 |
Color Harmonies of #3D595B
Complementary color
Monochromatic Colors of #3D595B
Black with #3D595B
Text Example
Text Example
White with #3D595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D595B; }
p { color: rgb(61,89,91); }
H1.HeaderClassName
{
color: #3D595B;
}
.AnyTagClassName
{
color: #3D595B;
}
</style>
background-color css
<style>
a { background-color: #3D595B; }
a { background-color: rgb(61,89,91); }
div.DivClassName
{
background-color: #3D595B;
}
.BgClassName
{
background-color: #3D595B;
}
</style>
border-color css
<style>
span { border-color: #3D595B; }
span { border-color: rgb(61,89,91); }
td.TdClassName
{
border-color: #3D595B;
}
.TagClassName
{
border-color: #3D595B;
}
</style>