Shades of Oracle #3A595A
Tints of Oracle #3A595A
RGB
CMYK
RGB Variations
Color information
#3A595A (or 0x3A595A) is known color: Oracle. HEX triplet: 3A, 59 and 5A. RGB value is (58,89,90). Sum of RGB (Red+Green+Blue) = 58+89+90=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A595A is #C5A6A5. Grayscale: #4F4F4F. Windows color (decimal): -12953254 or 5921082. OLE color: 5921082.
HSL color Cylindrical-coordinate representation of color #3A595A: hue angle of 181.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A595A is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 89 | 90 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.65 |
| HSL | 181.88º | 0.22% | 0.29% | - |
| HSV(B) | 181.88º | 0.36% | 0.35% | - |
| XYZ | 7.16 | 8.78 | 10.99 | - |
| YUV | 79.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 90 | 0.36 | 0.01 | 0 | 0.65 | 181.88 | 0.22 | 0.29 |
| Hex | 3A | 59 | 5A | 24 | 1 | 0 | 41 | B6 | 16 | 1D |
| Octal | 72 | 131 | 132 | 44 | 1 | 0 | 101 | 266 | 26 | 35 |
| Binary | 111010 | 1011001 | 1011010 | 100100 | 1 | 0 | 1000001 | 10110110 | 10110 | 11101 |
Color Harmonies of #3A595A
Complementary color
Monochromatic Colors of #3A595A
Black with #3A595A
Text Example
Text Example
White with #3A595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A595A; }
p { color: rgb(58,89,90); }
H1.HeaderClassName
{
color: #3A595A;
}
.AnyTagClassName
{
color: #3A595A;
}
</style>
background-color css
<style>
a { background-color: #3A595A; }
a { background-color: rgb(58,89,90); }
div.DivClassName
{
background-color: #3A595A;
}
.BgClassName
{
background-color: #3A595A;
}
</style>
border-color css
<style>
span { border-color: #3A595A; }
span { border-color: rgb(58,89,90); }
td.TdClassName
{
border-color: #3A595A;
}
.TagClassName
{
border-color: #3A595A;
}
</style>