Shades of Oracle #3D5C5D
Tints of Oracle #3D5C5D
RGB
CMYK
RGB Variations
Color information
#3D5C5D (or 0x3D5C5D) is known color: Oracle. HEX triplet: 3D, 5C and 5D. RGB value is (61,92,93). Sum of RGB (Red+Green+Blue) = 61+92+93=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #3D5C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5C5D is #C2A3A2. Grayscale: #525252. Windows color (decimal): -12755875 or 6118461. OLE color: 6118461.
HSL color Cylindrical-coordinate representation of color #3D5C5D: hue angle of 181.88º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D5C5D is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 92 | 93 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.64 |
| HSL | 181.88º | 0.21% | 0.3% | - |
| HSV(B) | 181.88º | 0.34% | 0.36% | - |
| XYZ | 7.73 | 9.44 | 11.77 | - |
| YUV | 82.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 92 | 93 | 0.34 | 0.01 | 0 | 0.64 | 181.88 | 0.21 | 0.3 |
| Hex | 3D | 5C | 5D | 22 | 1 | 0 | 40 | B6 | 15 | 1E |
| Octal | 75 | 134 | 135 | 42 | 1 | 0 | 100 | 266 | 25 | 36 |
| Binary | 111101 | 1011100 | 1011101 | 100010 | 1 | 0 | 1000000 | 10110110 | 10101 | 11110 |
Color Harmonies of #3D5C5D
Complementary color
Monochromatic Colors of #3D5C5D
Black with #3D5C5D
Text Example
Text Example
White with #3D5C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5C5D; }
p { color: rgb(61,92,93); }
H1.HeaderClassName
{
color: #3D5C5D;
}
.AnyTagClassName
{
color: #3D5C5D;
}
</style>
background-color css
<style>
a { background-color: #3D5C5D; }
a { background-color: rgb(61,92,93); }
div.DivClassName
{
background-color: #3D5C5D;
}
.BgClassName
{
background-color: #3D5C5D;
}
</style>
border-color css
<style>
span { border-color: #3D5C5D; }
span { border-color: rgb(61,92,93); }
td.TdClassName
{
border-color: #3D5C5D;
}
.TagClassName
{
border-color: #3D5C5D;
}
</style>