Shades of Oracle #3A6162
Tints of Oracle #3A6162
RGB
CMYK
RGB Variations
Color information
#3A6162 (or 0x3A6162) is known color: Oracle. HEX triplet: 3A, 61 and 62. RGB value is (58,97,98). Sum of RGB (Red+Green+Blue) = 58+97+98=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A6162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6162 is #C59E9D. Grayscale: #555555. Windows color (decimal): -12951198 or 6447418. OLE color: 6447418.
HSL color Cylindrical-coordinate representation of color #3A6162: hue angle of 181.5º 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 #3A6162 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 97 | 98 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.62 |
| HSL | 181.5º | 0.26% | 0.31% | - |
| HSV(B) | 181.5º | 0.41% | 0.38% | - |
| XYZ | 8.22 | 10.33 | 13.12 | - |
| YUV | 85.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 97 | 98 | 0.41 | 0.01 | 0 | 0.62 | 181.5 | 0.26 | 0.31 |
| Hex | 3A | 61 | 62 | 29 | 1 | 0 | 3E | B6 | 1A | 1F |
| Octal | 72 | 141 | 142 | 51 | 1 | 0 | 76 | 266 | 32 | 37 |
| Binary | 111010 | 1100001 | 1100010 | 101001 | 1 | 0 | 111110 | 10110110 | 11010 | 11111 |
Color Harmonies of #3A6162
Complementary color
Monochromatic Colors of #3A6162
Black with #3A6162
Text Example
Text Example
White with #3A6162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6162; }
p { color: rgb(58,97,98); }
H1.HeaderClassName
{
color: #3A6162;
}
.AnyTagClassName
{
color: #3A6162;
}
</style>
background-color css
<style>
a { background-color: #3A6162; }
a { background-color: rgb(58,97,98); }
div.DivClassName
{
background-color: #3A6162;
}
.BgClassName
{
background-color: #3A6162;
}
</style>
border-color css
<style>
span { border-color: #3A6162; }
span { border-color: rgb(58,97,98); }
td.TdClassName
{
border-color: #3A6162;
}
.TagClassName
{
border-color: #3A6162;
}
</style>