Shades of Oracle #3C6061
Tints of Oracle #3C6061
RGB
CMYK
RGB Variations
Color information
#3C6061 (or 0x3C6061) is known color: Oracle. HEX triplet: 3C, 60 and 61. RGB value is (60,96,97). Sum of RGB (Red+Green+Blue) = 60+96+97=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C6061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6061 is #C39F9E. Grayscale: #555555. Windows color (decimal): -12820383 or 6381628. OLE color: 6381628.
HSL color Cylindrical-coordinate representation of color #3C6061: hue angle of 181.62º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C6061 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 97 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.62 |
| HSL | 181.62º | 0.24% | 0.31% | - |
| HSV(B) | 181.62º | 0.38% | 0.38% | - |
| XYZ | 8.2 | 10.19 | 12.84 | - |
| YUV | 85.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 97 | 0.38 | 0.01 | 0 | 0.62 | 181.62 | 0.24 | 0.31 |
| Hex | 3C | 60 | 61 | 26 | 1 | 0 | 3E | B6 | 18 | 1F |
| Octal | 74 | 140 | 141 | 46 | 1 | 0 | 76 | 266 | 30 | 37 |
| Binary | 111100 | 1100000 | 1100001 | 100110 | 1 | 0 | 111110 | 10110110 | 11000 | 11111 |
Color Harmonies of #3C6061
Complementary color
Monochromatic Colors of #3C6061
Black with #3C6061
Text Example
Text Example
White with #3C6061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6061; }
p { color: rgb(60,96,97); }
H1.HeaderClassName
{
color: #3C6061;
}
.AnyTagClassName
{
color: #3C6061;
}
</style>
background-color css
<style>
a { background-color: #3C6061; }
a { background-color: rgb(60,96,97); }
div.DivClassName
{
background-color: #3C6061;
}
.BgClassName
{
background-color: #3C6061;
}
</style>
border-color css
<style>
span { border-color: #3C6061; }
span { border-color: rgb(60,96,97); }
td.TdClassName
{
border-color: #3C6061;
}
.TagClassName
{
border-color: #3C6061;
}
</style>