Shades of Oracle #3A4F50
Tints of Oracle #3A4F50
RGB
CMYK
RGB Variations
Color information
#3A4F50 (or 0x3A4F50) is known color: Oracle. HEX triplet: 3A, 4F and 50. RGB value is (58,79,80). Sum of RGB (Red+Green+Blue) = 58+79+80=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 79 (31.25% from 255 or 36.41% 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 #3A4F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4F50 is #C5B0AF. Grayscale: #484848. Windows color (decimal): -12955824 or 5263162. OLE color: 5263162.
HSL color Cylindrical-coordinate representation of color #3A4F50: hue angle of 182.73º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A4F50 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 79 | 80 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.69 |
| HSL | 182.73º | 0.16% | 0.27% | - |
| HSV(B) | 182.73º | 0.28% | 0.31% | - |
| XYZ | 5.99 | 7.07 | 8.64 | - |
| YUV | 72.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 80 | 0.28 | 0.01 | 0 | 0.69 | 182.73 | 0.16 | 0.27 |
| Hex | 3A | 4F | 50 | 1C | 1 | 0 | 45 | B7 | 10 | 1B |
| Octal | 72 | 117 | 120 | 34 | 1 | 0 | 105 | 267 | 20 | 33 |
| Binary | 111010 | 1001111 | 1010000 | 11100 | 1 | 0 | 1000101 | 10110111 | 10000 | 11011 |
Color Harmonies of #3A4F50
Complementary color
Monochromatic Colors of #3A4F50
Black with #3A4F50
Text Example
Text Example
White with #3A4F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4F50; }
p { color: rgb(58,79,80); }
H1.HeaderClassName
{
color: #3A4F50;
}
.AnyTagClassName
{
color: #3A4F50;
}
</style>
background-color css
<style>
a { background-color: #3A4F50; }
a { background-color: rgb(58,79,80); }
div.DivClassName
{
background-color: #3A4F50;
}
.BgClassName
{
background-color: #3A4F50;
}
</style>
border-color css
<style>
span { border-color: #3A4F50; }
span { border-color: rgb(58,79,80); }
td.TdClassName
{
border-color: #3A4F50;
}
.TagClassName
{
border-color: #3A4F50;
}
</style>