Shades of Oracle #34605B
Tints of Oracle #34605B
RGB
CMYK
RGB Variations
Color information
#34605B (or 0x34605B) is known color: Oracle. HEX triplet: 34, 60 and 5B. RGB value is (52,96,91). Sum of RGB (Red+Green+Blue) = 52+96+91=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #34605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34605B is #CB9FA4. Grayscale: #525252. Windows color (decimal): -13344677 or 5988404. OLE color: 5988404.
HSL color Cylindrical-coordinate representation of color #34605B: hue angle of 173.18º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34605B is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 96 | 91 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.62 |
| HSL | 173.18º | 0.3% | 0.29% | - |
| HSV(B) | 173.18º | 0.46% | 0.38% | - |
| XYZ | 7.49 | 9.85 | 11.4 | - |
| YUV | 82.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 91 | 0.46 | 0 | 0.05 | 0.62 | 173.18 | 0.3 | 0.29 |
| Hex | 34 | 60 | 5B | 2E | 0 | 5 | 3E | AD | 1E | 1D |
| Octal | 64 | 140 | 133 | 56 | 0 | 5 | 76 | 255 | 36 | 35 |
| Binary | 110100 | 1100000 | 1011011 | 101110 | 0 | 101 | 111110 | 10101101 | 11110 | 11101 |
Color Harmonies of #34605B
Complementary color
Monochromatic Colors of #34605B
Black with #34605B
Text Example
Text Example
White with #34605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34605B; }
p { color: rgb(52,96,91); }
H1.HeaderClassName
{
color: #34605B;
}
.AnyTagClassName
{
color: #34605B;
}
</style>
background-color css
<style>
a { background-color: #34605B; }
a { background-color: rgb(52,96,91); }
div.DivClassName
{
background-color: #34605B;
}
.BgClassName
{
background-color: #34605B;
}
</style>
border-color css
<style>
span { border-color: #34605B; }
span { border-color: rgb(52,96,91); }
td.TdClassName
{
border-color: #34605B;
}
.TagClassName
{
border-color: #34605B;
}
</style>