Shades of Oracle #345D59
Tints of Oracle #345D59
RGB
CMYK
RGB Variations
Color information
#345D59 (or 0x345D59) is known color: Oracle. HEX triplet: 34, 5D and 59. RGB value is (52,93,89). Sum of RGB (Red+Green+Blue) = 52+93+89=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #345D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D59 is #CBA2A6. Grayscale: #505050. Windows color (decimal): -13345447 or 5856564. OLE color: 5856564.
HSL color Cylindrical-coordinate representation of color #345D59: hue angle of 174.15º 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 #345D59 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 93 | 89 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.64 |
| HSL | 174.15º | 0.28% | 0.28% | - |
| HSV(B) | 174.15º | 0.44% | 0.36% | - |
| XYZ | 7.13 | 9.28 | 10.87 | - |
| YUV | 80.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 89 | 0.44 | 0 | 0.04 | 0.64 | 174.15 | 0.28 | 0.28 |
| Hex | 34 | 5D | 59 | 2C | 0 | 4 | 40 | AE | 1C | 1C |
| Octal | 64 | 135 | 131 | 54 | 0 | 4 | 100 | 256 | 34 | 34 |
| Binary | 110100 | 1011101 | 1011001 | 101100 | 0 | 100 | 1000000 | 10101110 | 11100 | 11100 |
Color Harmonies of #345D59
Complementary color
Monochromatic Colors of #345D59
Black with #345D59
Text Example
Text Example
White with #345D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D59; }
p { color: rgb(52,93,89); }
H1.HeaderClassName
{
color: #345D59;
}
.AnyTagClassName
{
color: #345D59;
}
</style>
background-color css
<style>
a { background-color: #345D59; }
a { background-color: rgb(52,93,89); }
div.DivClassName
{
background-color: #345D59;
}
.BgClassName
{
background-color: #345D59;
}
</style>
border-color css
<style>
span { border-color: #345D59; }
span { border-color: rgb(52,93,89); }
td.TdClassName
{
border-color: #345D59;
}
.TagClassName
{
border-color: #345D59;
}
</style>