Shades of Oracle #3A585A
Tints of Oracle #3A585A
RGB
CMYK
RGB Variations
Color information
#3A585A (or 0x3A585A) is known color: Oracle. HEX triplet: 3A, 58 and 5A. RGB value is (58,88,90). Sum of RGB (Red+Green+Blue) = 58+88+90=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A585A is #C5A7A5. Grayscale: #4F4F4F. Windows color (decimal): -12953510 or 5920826. OLE color: 5920826.
HSL color Cylindrical-coordinate representation of color #3A585A: hue angle of 183.75º 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 #3A585A is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 88 | 90 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.65 |
| HSL | 183.75º | 0.22% | 0.29% | - |
| HSV(B) | 183.75º | 0.36% | 0.35% | - |
| XYZ | 7.08 | 8.62 | 10.96 | - |
| YUV | 79.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 90 | 0.36 | 0.02 | 0 | 0.65 | 183.75 | 0.22 | 0.29 |
| Hex | 3A | 58 | 5A | 24 | 2 | 0 | 41 | B8 | 16 | 1D |
| Octal | 72 | 130 | 132 | 44 | 2 | 0 | 101 | 270 | 26 | 35 |
| Binary | 111010 | 1011000 | 1011010 | 100100 | 10 | 0 | 1000001 | 10111000 | 10110 | 11101 |
Color Harmonies of #3A585A
Complementary color
Monochromatic Colors of #3A585A
Black with #3A585A
Text Example
Text Example
White with #3A585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A585A; }
p { color: rgb(58,88,90); }
H1.HeaderClassName
{
color: #3A585A;
}
.AnyTagClassName
{
color: #3A585A;
}
</style>
background-color css
<style>
a { background-color: #3A585A; }
a { background-color: rgb(58,88,90); }
div.DivClassName
{
background-color: #3A585A;
}
.BgClassName
{
background-color: #3A585A;
}
</style>
border-color css
<style>
span { border-color: #3A585A; }
span { border-color: rgb(58,88,90); }
td.TdClassName
{
border-color: #3A585A;
}
.TagClassName
{
border-color: #3A585A;
}
</style>