Shades of Oracle #3A605C
Tints of Oracle #3A605C
RGB
CMYK
RGB Variations
Color information
#3A605C (or 0x3A605C) is known color: Oracle. HEX triplet: 3A, 60 and 5C. RGB value is (58,96,92). Sum of RGB (Red+Green+Blue) = 58+96+92=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #3A605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A605C is #C59FA3. Grayscale: #545454. Windows color (decimal): -12951460 or 6053946. OLE color: 6053946.
HSL color Cylindrical-coordinate representation of color #3A605C: hue angle of 173.68º 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 #3A605C is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 92 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.62 |
| HSL | 173.68º | 0.25% | 0.3% | - |
| HSV(B) | 173.68º | 0.4% | 0.38% | - |
| XYZ | 7.86 | 10.04 | 11.65 | - |
| YUV | 84.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 92 | 0.40 | 0 | 0.04 | 0.62 | 173.68 | 0.25 | 0.3 |
| Hex | 3A | 60 | 5C | 28 | 0 | 4 | 3E | AE | 19 | 1E |
| Octal | 72 | 140 | 134 | 50 | 0 | 4 | 76 | 256 | 31 | 36 |
| Binary | 111010 | 1100000 | 1011100 | 101000 | 0 | 100 | 111110 | 10101110 | 11001 | 11110 |
Color Harmonies of #3A605C
Complementary color
Monochromatic Colors of #3A605C
Black with #3A605C
Text Example
Text Example
White with #3A605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A605C; }
p { color: rgb(58,96,92); }
H1.HeaderClassName
{
color: #3A605C;
}
.AnyTagClassName
{
color: #3A605C;
}
</style>
background-color css
<style>
a { background-color: #3A605C; }
a { background-color: rgb(58,96,92); }
div.DivClassName
{
background-color: #3A605C;
}
.BgClassName
{
background-color: #3A605C;
}
</style>
border-color css
<style>
span { border-color: #3A605C; }
span { border-color: rgb(58,96,92); }
td.TdClassName
{
border-color: #3A605C;
}
.TagClassName
{
border-color: #3A605C;
}
</style>