Shades of Oracle #345E59
Tints of Oracle #345E59
RGB
CMYK
RGB Variations
Color information
#345E59 (or 0x345E59) is known color: Oracle. HEX triplet: 34, 5E and 59. RGB value is (52,94,89). Sum of RGB (Red+Green+Blue) = 52+94+89=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 94 - color contains mainly: green. Hex color #345E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E59 is #CBA1A6. Grayscale: #505050. Windows color (decimal): -13345191 or 5856820. OLE color: 5856820.
HSL color Cylindrical-coordinate representation of color #345E59: hue angle of 172.86º 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 #345E59 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 94 | 89 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.63 |
| HSL | 172.86º | 0.29% | 0.29% | - |
| HSV(B) | 172.86º | 0.45% | 0.37% | - |
| XYZ | 7.22 | 9.46 | 10.9 | - |
| YUV | 80.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 89 | 0.45 | 0 | 0.05 | 0.63 | 172.86 | 0.29 | 0.29 |
| Hex | 34 | 5E | 59 | 2D | 0 | 5 | 3F | AD | 1D | 1D |
| Octal | 64 | 136 | 131 | 55 | 0 | 5 | 77 | 255 | 35 | 35 |
| Binary | 110100 | 1011110 | 1011001 | 101101 | 0 | 101 | 111111 | 10101101 | 11101 | 11101 |
Color Harmonies of #345E59
Complementary color
Monochromatic Colors of #345E59
Black with #345E59
Text Example
Text Example
White with #345E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E59; }
p { color: rgb(52,94,89); }
H1.HeaderClassName
{
color: #345E59;
}
.AnyTagClassName
{
color: #345E59;
}
</style>
background-color css
<style>
a { background-color: #345E59; }
a { background-color: rgb(52,94,89); }
div.DivClassName
{
background-color: #345E59;
}
.BgClassName
{
background-color: #345E59;
}
</style>
border-color css
<style>
span { border-color: #345E59; }
span { border-color: rgb(52,94,89); }
td.TdClassName
{
border-color: #345E59;
}
.TagClassName
{
border-color: #345E59;
}
</style>