Shades of Oracle #3B4E50
Tints of Oracle #3B4E50
RGB
CMYK
RGB Variations
Color information
#3B4E50 (or 0x3B4E50) is known color: Oracle. HEX triplet: 3B, 4E and 50. RGB value is (59,78,80). Sum of RGB (Red+Green+Blue) = 59+78+80=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B4E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B4E50 is #C4B1AF. Grayscale: #484848. Windows color (decimal): -12890544 or 5262907. OLE color: 5262907.
HSL color Cylindrical-coordinate representation of color #3B4E50: hue angle of 185.71º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B4E50 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 78 | 80 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.69 |
| HSL | 185.71º | 0.15% | 0.27% | - |
| HSV(B) | 185.71º | 0.26% | 0.31% | - |
| XYZ | 5.98 | 6.96 | 8.62 | - |
| YUV | 72.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 78 | 80 | 0.26 | 0.02 | 0 | 0.69 | 185.71 | 0.15 | 0.27 |
| Hex | 3B | 4E | 50 | 1A | 2 | 0 | 45 | BA | F | 1B |
| Octal | 73 | 116 | 120 | 32 | 2 | 0 | 105 | 272 | 17 | 33 |
| Binary | 111011 | 1001110 | 1010000 | 11010 | 10 | 0 | 1000101 | 10111010 | 1111 | 11011 |
Color Harmonies of #3B4E50
Complementary color
Monochromatic Colors of #3B4E50
Black with #3B4E50
Text Example
Text Example
White with #3B4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4E50; }
p { color: rgb(59,78,80); }
H1.HeaderClassName
{
color: #3B4E50;
}
.AnyTagClassName
{
color: #3B4E50;
}
</style>
background-color css
<style>
a { background-color: #3B4E50; }
a { background-color: rgb(59,78,80); }
div.DivClassName
{
background-color: #3B4E50;
}
.BgClassName
{
background-color: #3B4E50;
}
</style>
border-color css
<style>
span { border-color: #3B4E50; }
span { border-color: rgb(59,78,80); }
td.TdClassName
{
border-color: #3B4E50;
}
.TagClassName
{
border-color: #3B4E50;
}
</style>