Shades of Oracle #34595D
Tints of Oracle #34595D
RGB
CMYK
RGB Variations
Color information
#34595D (or 0x34595D) is known color: Oracle. HEX triplet: 34, 59 and 5D. RGB value is (52,89,93). Sum of RGB (Red+Green+Blue) = 52+89+93=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #34595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34595D is #CBA6A2. Grayscale: #4E4E4E. Windows color (decimal): -13346467 or 6117684. OLE color: 6117684.
HSL color Cylindrical-coordinate representation of color #34595D: hue angle of 185.85º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34595D is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 89 | 93 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.64 |
| HSL | 185.85º | 0.28% | 0.28% | - |
| HSV(B) | 185.85º | 0.44% | 0.36% | - |
| XYZ | 6.96 | 8.67 | 11.66 | - |
| YUV | 78.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 93 | 0.44 | 0.04 | 0 | 0.64 | 185.85 | 0.28 | 0.28 |
| Hex | 34 | 59 | 5D | 2C | 4 | 0 | 40 | BA | 1C | 1C |
| Octal | 64 | 131 | 135 | 54 | 4 | 0 | 100 | 272 | 34 | 34 |
| Binary | 110100 | 1011001 | 1011101 | 101100 | 100 | 0 | 1000000 | 10111010 | 11100 | 11100 |
Color Harmonies of #34595D
Complementary color
Monochromatic Colors of #34595D
Black with #34595D
Text Example
Text Example
White with #34595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34595D; }
p { color: rgb(52,89,93); }
H1.HeaderClassName
{
color: #34595D;
}
.AnyTagClassName
{
color: #34595D;
}
</style>
background-color css
<style>
a { background-color: #34595D; }
a { background-color: rgb(52,89,93); }
div.DivClassName
{
background-color: #34595D;
}
.BgClassName
{
background-color: #34595D;
}
</style>
border-color css
<style>
span { border-color: #34595D; }
span { border-color: rgb(52,89,93); }
td.TdClassName
{
border-color: #34595D;
}
.TagClassName
{
border-color: #34595D;
}
</style>