Shades of Oracle #3C605B
Tints of Oracle #3C605B
RGB
CMYK
RGB Variations
Color information
#3C605B (or 0x3C605B) is known color: Oracle. HEX triplet: 3C, 60 and 5B. RGB value is (60,96,91). Sum of RGB (Red+Green+Blue) = 60+96+91=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #3C605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C605B is #C39FA4. Grayscale: #545454. Windows color (decimal): -12820389 or 5988412. OLE color: 5988412.
HSL color Cylindrical-coordinate representation of color #3C605B: hue angle of 171.67º degrees, saturation: 0.23, 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 #3C605B is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 91 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.62 |
| HSL | 171.67º | 0.23% | 0.31% | - |
| HSV(B) | 171.67º | 0.38% | 0.38% | - |
| XYZ | 7.93 | 10.08 | 11.43 | - |
| YUV | 84.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 91 | 0.38 | 0 | 0.05 | 0.62 | 171.67 | 0.23 | 0.31 |
| Hex | 3C | 60 | 5B | 26 | 0 | 5 | 3E | AC | 17 | 1F |
| Octal | 74 | 140 | 133 | 46 | 0 | 5 | 76 | 254 | 27 | 37 |
| Binary | 111100 | 1100000 | 1011011 | 100110 | 0 | 101 | 111110 | 10101100 | 10111 | 11111 |
Color Harmonies of #3C605B
Complementary color
Monochromatic Colors of #3C605B
Black with #3C605B
Text Example
Text Example
White with #3C605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C605B; }
p { color: rgb(60,96,91); }
H1.HeaderClassName
{
color: #3C605B;
}
.AnyTagClassName
{
color: #3C605B;
}
</style>
background-color css
<style>
a { background-color: #3C605B; }
a { background-color: rgb(60,96,91); }
div.DivClassName
{
background-color: #3C605B;
}
.BgClassName
{
background-color: #3C605B;
}
</style>
border-color css
<style>
span { border-color: #3C605B; }
span { border-color: rgb(60,96,91); }
td.TdClassName
{
border-color: #3C605B;
}
.TagClassName
{
border-color: #3C605B;
}
</style>