Shades of Oracle #3B5051
Tints of Oracle #3B5051
RGB
CMYK
RGB Variations
Color information
#3B5051 (or 0x3B5051) is known color: Oracle. HEX triplet: 3B, 50 and 51. RGB value is (59,80,81). Sum of RGB (Red+Green+Blue) = 59+80+81=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 81 - color contains mainly: blue. Hex color #3B5051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5051 is #C4AFAE. Grayscale: #494949. Windows color (decimal): -12890031 or 5328955. OLE color: 5328955.
HSL color Cylindrical-coordinate representation of color #3B5051: hue angle of 182.73º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B5051 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 80 | 81 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.68 |
| HSL | 182.73º | 0.16% | 0.27% | - |
| HSV(B) | 182.73º | 0.27% | 0.32% | - |
| XYZ | 6.16 | 7.26 | 8.86 | - |
| YUV | 73.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 81 | 0.27 | 0.01 | 0 | 0.68 | 182.73 | 0.16 | 0.27 |
| Hex | 3B | 50 | 51 | 1B | 1 | 0 | 44 | B7 | 10 | 1B |
| Octal | 73 | 120 | 121 | 33 | 1 | 0 | 104 | 267 | 20 | 33 |
| Binary | 111011 | 1010000 | 1010001 | 11011 | 1 | 0 | 1000100 | 10110111 | 10000 | 11011 |
Color Harmonies of #3B5051
Complementary color
Monochromatic Colors of #3B5051
Black with #3B5051
Text Example
Text Example
White with #3B5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5051; }
p { color: rgb(59,80,81); }
H1.HeaderClassName
{
color: #3B5051;
}
.AnyTagClassName
{
color: #3B5051;
}
</style>
background-color css
<style>
a { background-color: #3B5051; }
a { background-color: rgb(59,80,81); }
div.DivClassName
{
background-color: #3B5051;
}
.BgClassName
{
background-color: #3B5051;
}
</style>
border-color css
<style>
span { border-color: #3B5051; }
span { border-color: rgb(59,80,81); }
td.TdClassName
{
border-color: #3B5051;
}
.TagClassName
{
border-color: #3B5051;
}
</style>