Shades of Oracle #3A6061
Tints of Oracle #3A6061
RGB
CMYK
RGB Variations
Color information
#3A6061 (or 0x3A6061) is known color: Oracle. HEX triplet: 3A, 60 and 61. RGB value is (58,96,97). Sum of RGB (Red+Green+Blue) = 58+96+97=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A6061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6061 is #C59F9E. Grayscale: #545454. Windows color (decimal): -12951455 or 6381626. OLE color: 6381626.
HSL color Cylindrical-coordinate representation of color #3A6061: hue angle of 181.54º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A6061 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 97 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.62 |
| HSL | 181.54º | 0.25% | 0.3% | - |
| HSV(B) | 181.54º | 0.4% | 0.38% | - |
| XYZ | 8.09 | 10.13 | 12.84 | - |
| YUV | 84.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 97 | 0.40 | 0.01 | 0 | 0.62 | 181.54 | 0.25 | 0.3 |
| Hex | 3A | 60 | 61 | 28 | 1 | 0 | 3E | B6 | 19 | 1E |
| Octal | 72 | 140 | 141 | 50 | 1 | 0 | 76 | 266 | 31 | 36 |
| Binary | 111010 | 1100000 | 1100001 | 101000 | 1 | 0 | 111110 | 10110110 | 11001 | 11110 |
Color Harmonies of #3A6061
Complementary color
Monochromatic Colors of #3A6061
Black with #3A6061
Text Example
Text Example
White with #3A6061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6061; }
p { color: rgb(58,96,97); }
H1.HeaderClassName
{
color: #3A6061;
}
.AnyTagClassName
{
color: #3A6061;
}
</style>
background-color css
<style>
a { background-color: #3A6061; }
a { background-color: rgb(58,96,97); }
div.DivClassName
{
background-color: #3A6061;
}
.BgClassName
{
background-color: #3A6061;
}
</style>
border-color css
<style>
span { border-color: #3A6061; }
span { border-color: rgb(58,96,97); }
td.TdClassName
{
border-color: #3A6061;
}
.TagClassName
{
border-color: #3A6061;
}
</style>