Shades of Oracle #3A6260
Tints of Oracle #3A6260
RGB
CMYK
RGB Variations
Color information
#3A6260 (or 0x3A6260) is known color: Oracle. HEX triplet: 3A, 62 and 60. RGB value is (58,98,96). Sum of RGB (Red+Green+Blue) = 58+98+96=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6260 is #C59D9F. Grayscale: #555555. Windows color (decimal): -12950944 or 6316602. OLE color: 6316602.
HSL color Cylindrical-coordinate representation of color #3A6260: hue angle of 177º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A6260 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 96 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.62 |
| HSL | 177º | 0.26% | 0.31% | - |
| HSV(B) | 177º | 0.41% | 0.38% | - |
| XYZ | 8.22 | 10.48 | 12.66 | - |
| YUV | 85.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 96 | 0.41 | 0 | 0.02 | 0.62 | 177 | 0.26 | 0.31 |
| Hex | 3A | 62 | 60 | 29 | 0 | 2 | 3E | B1 | 1A | 1F |
| Octal | 72 | 142 | 140 | 51 | 0 | 2 | 76 | 261 | 32 | 37 |
| Binary | 111010 | 1100010 | 1100000 | 101001 | 0 | 10 | 111110 | 10110001 | 11010 | 11111 |
Color Harmonies of #3A6260
Complementary color
Monochromatic Colors of #3A6260
Black with #3A6260
Text Example
Text Example
White with #3A6260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6260; }
p { color: rgb(58,98,96); }
H1.HeaderClassName
{
color: #3A6260;
}
.AnyTagClassName
{
color: #3A6260;
}
</style>
background-color css
<style>
a { background-color: #3A6260; }
a { background-color: rgb(58,98,96); }
div.DivClassName
{
background-color: #3A6260;
}
.BgClassName
{
background-color: #3A6260;
}
</style>
border-color css
<style>
span { border-color: #3A6260; }
span { border-color: rgb(58,98,96); }
td.TdClassName
{
border-color: #3A6260;
}
.TagClassName
{
border-color: #3A6260;
}
</style>