Shades of Oracle #3A595C
Tints of Oracle #3A595C
RGB
CMYK
RGB Variations
Color information
#3A595C (or 0x3A595C) is known color: Oracle. HEX triplet: 3A, 59 and 5C. RGB value is (58,89,92). Sum of RGB (Red+Green+Blue) = 58+89+92=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A595C is #C5A6A3. Grayscale: #505050. Windows color (decimal): -12953252 or 6052154. OLE color: 6052154.
HSL color Cylindrical-coordinate representation of color #3A595C: hue angle of 185.29º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A595C is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 89 | 92 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.64 |
| HSL | 185.29º | 0.23% | 0.29% | - |
| HSV(B) | 185.29º | 0.37% | 0.36% | - |
| XYZ | 7.25 | 8.82 | 11.45 | - |
| YUV | 80.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 92 | 0.37 | 0.03 | 0 | 0.64 | 185.29 | 0.23 | 0.29 |
| Hex | 3A | 59 | 5C | 25 | 3 | 0 | 40 | B9 | 17 | 1D |
| Octal | 72 | 131 | 134 | 45 | 3 | 0 | 100 | 271 | 27 | 35 |
| Binary | 111010 | 1011001 | 1011100 | 100101 | 11 | 0 | 1000000 | 10111001 | 10111 | 11101 |
Color Harmonies of #3A595C
Complementary color
Monochromatic Colors of #3A595C
Black with #3A595C
Text Example
Text Example
White with #3A595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A595C; }
p { color: rgb(58,89,92); }
H1.HeaderClassName
{
color: #3A595C;
}
.AnyTagClassName
{
color: #3A595C;
}
</style>
background-color css
<style>
a { background-color: #3A595C; }
a { background-color: rgb(58,89,92); }
div.DivClassName
{
background-color: #3A595C;
}
.BgClassName
{
background-color: #3A595C;
}
</style>
border-color css
<style>
span { border-color: #3A595C; }
span { border-color: rgb(58,89,92); }
td.TdClassName
{
border-color: #3A595C;
}
.TagClassName
{
border-color: #3A595C;
}
</style>