Shades of Oracle #3D6461
Tints of Oracle #3D6461
RGB
CMYK
RGB Variations
Color information
#3D6461 (or 0x3D6461) is known color: Oracle. HEX triplet: 3D, 64 and 61. RGB value is (61,100,97). Sum of RGB (Red+Green+Blue) = 61+100+97=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 100 - color contains mainly: green. Hex color #3D6461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6461 is #C29B9E. Grayscale: #575757. Windows color (decimal): -12753823 or 6382653. OLE color: 6382653.
HSL color Cylindrical-coordinate representation of color #3D6461: hue angle of 175.38º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D6461 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 100 | 97 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.61 |
| HSL | 175.38º | 0.24% | 0.32% | - |
| HSV(B) | 175.38º | 0.39% | 0.39% | - |
| XYZ | 8.64 | 10.97 | 12.97 | - |
| YUV | 88 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 100 | 97 | 0.39 | 0 | 0.03 | 0.61 | 175.38 | 0.24 | 0.32 |
| Hex | 3D | 64 | 61 | 27 | 0 | 3 | 3D | AF | 18 | 20 |
| Octal | 75 | 144 | 141 | 47 | 0 | 3 | 75 | 257 | 30 | 40 |
| Binary | 111101 | 1100100 | 1100001 | 100111 | 0 | 11 | 111101 | 10101111 | 11000 | 100000 |
Color Harmonies of #3D6461
Complementary color
Monochromatic Colors of #3D6461
Black with #3D6461
Text Example
Text Example
White with #3D6461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6461; }
p { color: rgb(61,100,97); }
H1.HeaderClassName
{
color: #3D6461;
}
.AnyTagClassName
{
color: #3D6461;
}
</style>
background-color css
<style>
a { background-color: #3D6461; }
a { background-color: rgb(61,100,97); }
div.DivClassName
{
background-color: #3D6461;
}
.BgClassName
{
background-color: #3D6461;
}
</style>
border-color css
<style>
span { border-color: #3D6461; }
span { border-color: rgb(61,100,97); }
td.TdClassName
{
border-color: #3D6461;
}
.TagClassName
{
border-color: #3D6461;
}
</style>