Shades of Oracle #3A5659
Tints of Oracle #3A5659
RGB
CMYK
RGB Variations
Color information
#3A5659 (or 0x3A5659) is known color: Oracle. HEX triplet: 3A, 56 and 59. RGB value is (58,86,89). Sum of RGB (Red+Green+Blue) = 58+86+89=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5659 is #C5A9A6. Grayscale: #4D4D4D. Windows color (decimal): -12954023 or 5854778. OLE color: 5854778.
HSL color Cylindrical-coordinate representation of color #3A5659: hue angle of 185.81º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A5659 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 86 | 89 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.65 |
| HSL | 185.81º | 0.21% | 0.29% | - |
| HSV(B) | 185.81º | 0.35% | 0.35% | - |
| XYZ | 6.88 | 8.28 | 10.69 | - |
| YUV | 77.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 89 | 0.35 | 0.03 | 0 | 0.65 | 185.81 | 0.21 | 0.29 |
| Hex | 3A | 56 | 59 | 23 | 3 | 0 | 41 | BA | 15 | 1D |
| Octal | 72 | 126 | 131 | 43 | 3 | 0 | 101 | 272 | 25 | 35 |
| Binary | 111010 | 1010110 | 1011001 | 100011 | 11 | 0 | 1000001 | 10111010 | 10101 | 11101 |
Color Harmonies of #3A5659
Complementary color
Monochromatic Colors of #3A5659
Black with #3A5659
Text Example
Text Example
White with #3A5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5659; }
p { color: rgb(58,86,89); }
H1.HeaderClassName
{
color: #3A5659;
}
.AnyTagClassName
{
color: #3A5659;
}
</style>
background-color css
<style>
a { background-color: #3A5659; }
a { background-color: rgb(58,86,89); }
div.DivClassName
{
background-color: #3A5659;
}
.BgClassName
{
background-color: #3A5659;
}
</style>
border-color css
<style>
span { border-color: #3A5659; }
span { border-color: rgb(58,86,89); }
td.TdClassName
{
border-color: #3A5659;
}
.TagClassName
{
border-color: #3A5659;
}
</style>