Shades of Oracle #3D5355
Tints of Oracle #3D5355
RGB
CMYK
RGB Variations
Color information
#3D5355 (or 0x3D5355) is known color: Oracle. HEX triplet: 3D, 53 and 55. RGB value is (61,83,85). Sum of RGB (Red+Green+Blue) = 61+83+85=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #3D5355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5355 is #C2ACAA. Grayscale: #4C4C4C. Windows color (decimal): -12758187 or 5591869. OLE color: 5591869.
HSL color Cylindrical-coordinate representation of color #3D5355: hue angle of 185º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D5355 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 85 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.67 |
| HSL | 185º | 0.16% | 0.29% | - |
| HSV(B) | 185º | 0.28% | 0.33% | - |
| XYZ | 6.66 | 7.83 | 9.76 | - |
| YUV | 76.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 85 | 0.28 | 0.02 | 0 | 0.67 | 185 | 0.16 | 0.29 |
| Hex | 3D | 53 | 55 | 1C | 2 | 0 | 43 | B9 | 10 | 1D |
| Octal | 75 | 123 | 125 | 34 | 2 | 0 | 103 | 271 | 20 | 35 |
| Binary | 111101 | 1010011 | 1010101 | 11100 | 10 | 0 | 1000011 | 10111001 | 10000 | 11101 |
Color Harmonies of #3D5355
Complementary color
Monochromatic Colors of #3D5355
Black with #3D5355
Text Example
Text Example
White with #3D5355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5355; }
p { color: rgb(61,83,85); }
H1.HeaderClassName
{
color: #3D5355;
}
.AnyTagClassName
{
color: #3D5355;
}
</style>
background-color css
<style>
a { background-color: #3D5355; }
a { background-color: rgb(61,83,85); }
div.DivClassName
{
background-color: #3D5355;
}
.BgClassName
{
background-color: #3D5355;
}
</style>
border-color css
<style>
span { border-color: #3D5355; }
span { border-color: rgb(61,83,85); }
td.TdClassName
{
border-color: #3D5355;
}
.TagClassName
{
border-color: #3D5355;
}
</style>