Shades of Oracle #34595E
Tints of Oracle #34595E
RGB
CMYK
RGB Variations
Color information
#34595E (or 0x34595E) is known color: Oracle. HEX triplet: 34, 59 and 5E. RGB value is (52,89,94). Sum of RGB (Red+Green+Blue) = 52+89+94=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #34595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34595E is #CBA6A1. Grayscale: #4E4E4E. Windows color (decimal): -13346466 or 6183220. OLE color: 6183220.
HSL color Cylindrical-coordinate representation of color #34595E: hue angle of 187.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34595E is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 89 | 94 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.63 |
| HSL | 187.14º | 0.29% | 0.29% | - |
| HSV(B) | 187.14º | 0.45% | 0.37% | - |
| XYZ | 7.01 | 8.68 | 11.9 | - |
| YUV | 78.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 94 | 0.45 | 0.05 | 0 | 0.63 | 187.14 | 0.29 | 0.29 |
| Hex | 34 | 59 | 5E | 2D | 5 | 0 | 3F | BB | 1D | 1D |
| Octal | 64 | 131 | 136 | 55 | 5 | 0 | 77 | 273 | 35 | 35 |
| Binary | 110100 | 1011001 | 1011110 | 101101 | 101 | 0 | 111111 | 10111011 | 11101 | 11101 |
Color Harmonies of #34595E
Complementary color
Monochromatic Colors of #34595E
Black with #34595E
Text Example
Text Example
White with #34595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34595E; }
p { color: rgb(52,89,94); }
H1.HeaderClassName
{
color: #34595E;
}
.AnyTagClassName
{
color: #34595E;
}
</style>
background-color css
<style>
a { background-color: #34595E; }
a { background-color: rgb(52,89,94); }
div.DivClassName
{
background-color: #34595E;
}
.BgClassName
{
background-color: #34595E;
}
</style>
border-color css
<style>
span { border-color: #34595E; }
span { border-color: rgb(52,89,94); }
td.TdClassName
{
border-color: #34595E;
}
.TagClassName
{
border-color: #34595E;
}
</style>