Shades of Oracle #3A5857
Tints of Oracle #3A5857
RGB
CMYK
RGB Variations
Color information
#3A5857 (or 0x3A5857) is known color: Oracle. HEX triplet: 3A, 58 and 57. RGB value is (58,88,87). Sum of RGB (Red+Green+Blue) = 58+88+87=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5857 is #C5A7A8. Grayscale: #4E4E4E. Windows color (decimal): -12953513 or 5724218. OLE color: 5724218.
HSL color Cylindrical-coordinate representation of color #3A5857: hue angle of 178º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A5857 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 88 | 87 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.65 |
| HSL | 178º | 0.21% | 0.29% | - |
| HSV(B) | 178º | 0.34% | 0.35% | - |
| XYZ | 6.95 | 8.57 | 10.3 | - |
| YUV | 78.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 87 | 0.34 | 0 | 0.01 | 0.65 | 178 | 0.21 | 0.29 |
| Hex | 3A | 58 | 57 | 22 | 0 | 1 | 41 | B2 | 15 | 1D |
| Octal | 72 | 130 | 127 | 42 | 0 | 1 | 101 | 262 | 25 | 35 |
| Binary | 111010 | 1011000 | 1010111 | 100010 | 0 | 1 | 1000001 | 10110010 | 10101 | 11101 |
Color Harmonies of #3A5857
Complementary color
Monochromatic Colors of #3A5857
Black with #3A5857
Text Example
Text Example
White with #3A5857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5857; }
p { color: rgb(58,88,87); }
H1.HeaderClassName
{
color: #3A5857;
}
.AnyTagClassName
{
color: #3A5857;
}
</style>
background-color css
<style>
a { background-color: #3A5857; }
a { background-color: rgb(58,88,87); }
div.DivClassName
{
background-color: #3A5857;
}
.BgClassName
{
background-color: #3A5857;
}
</style>
border-color css
<style>
span { border-color: #3A5857; }
span { border-color: rgb(58,88,87); }
td.TdClassName
{
border-color: #3A5857;
}
.TagClassName
{
border-color: #3A5857;
}
</style>