Shades of Oracle #3D4E50
Tints of Oracle #3D4E50
RGB
CMYK
RGB Variations
Color information
#3D4E50 (or 0x3D4E50) is known color: Oracle. HEX triplet: 3D, 4E and 50. RGB value is (61,78,80). Sum of RGB (Red+Green+Blue) = 61+78+80=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D4E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D4E50 is #C2B1AF. Grayscale: #494949. Windows color (decimal): -12759472 or 5262909. OLE color: 5262909.
HSL color Cylindrical-coordinate representation of color #3D4E50: hue angle of 186.32º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D4E50 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 78 | 80 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.69 |
| HSL | 186.32º | 0.13% | 0.28% | - |
| HSV(B) | 186.32º | 0.24% | 0.31% | - |
| XYZ | 6.1 | 7.02 | 8.62 | - |
| YUV | 73.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 80 | 0.24 | 0.02 | 0 | 0.69 | 186.32 | 0.13 | 0.28 |
| Hex | 3D | 4E | 50 | 18 | 2 | 0 | 45 | BA | D | 1C |
| Octal | 75 | 116 | 120 | 30 | 2 | 0 | 105 | 272 | 15 | 34 |
| Binary | 111101 | 1001110 | 1010000 | 11000 | 10 | 0 | 1000101 | 10111010 | 1101 | 11100 |
Color Harmonies of #3D4E50
Complementary color
Monochromatic Colors of #3D4E50
Black with #3D4E50
Text Example
Text Example
White with #3D4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4E50; }
p { color: rgb(61,78,80); }
H1.HeaderClassName
{
color: #3D4E50;
}
.AnyTagClassName
{
color: #3D4E50;
}
</style>
background-color css
<style>
a { background-color: #3D4E50; }
a { background-color: rgb(61,78,80); }
div.DivClassName
{
background-color: #3D4E50;
}
.BgClassName
{
background-color: #3D4E50;
}
</style>
border-color css
<style>
span { border-color: #3D4E50; }
span { border-color: rgb(61,78,80); }
td.TdClassName
{
border-color: #3D4E50;
}
.TagClassName
{
border-color: #3D4E50;
}
</style>