Shades of Oracle #3D5655
Tints of Oracle #3D5655
RGB
CMYK
RGB Variations
Color information
#3D5655 (or 0x3D5655) is known color: Oracle. HEX triplet: 3D, 56 and 55. RGB value is (61,86,85). Sum of RGB (Red+Green+Blue) = 61+86+85=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #3D5655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5655 is #C2A9AA. Grayscale: #4E4E4E. Windows color (decimal): -12757419 or 5592637. OLE color: 5592637.
HSL color Cylindrical-coordinate representation of color #3D5655: hue angle of 177.6º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D5655 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
RGB | 61 | 86 | 85 | - |
CMYK | 0.29 | 0 | 0.01 | 0.66 |
HSL | 177.6º | 0.17% | 0.29% | - |
HSV(B) | 177.6º | 0.29% | 0.34% | - |
XYZ | 6.89 | 8.3 | 9.83 | - |
YUV | 78.41 | 131.72 | 115.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 61 | 86 | 85 | 0.29 | 0 | 0.01 | 0.66 | 177.6 | 0.17 | 0.29 |
Hex | 3D | 56 | 55 | 1D | 0 | 1 | 42 | B2 | 11 | 1D |
Octal | 75 | 126 | 125 | 35 | 0 | 1 | 102 | 262 | 21 | 35 |
Binary | 111101 | 1010110 | 1010101 | 11101 | 0 | 1 | 1000010 | 10110010 | 10001 | 11101 |
Color Harmonies of #3D5655
Complementary color
Monochromatic Colors of #3D5655
Black with #3D5655
Text Example
Text Example
White with #3D5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5655; }
p { color: rgb(61,86,85); }
H1.HeaderClassName
{
color: #3D5655;
}
.AnyTagClassName
{
color: #3D5655;
}
</style>
background-color css
<style>
a { background-color: #3D5655; }
a { background-color: rgb(61,86,85); }
div.DivClassName
{
background-color: #3D5655;
}
.BgClassName
{
background-color: #3D5655;
}
</style>
border-color css
<style>
span { border-color: #3D5655; }
span { border-color: rgb(61,86,85); }
td.TdClassName
{
border-color: #3D5655;
}
.TagClassName
{
border-color: #3D5655;
}
</style>