Shades of Oracle #346160
Tints of Oracle #346160
RGB
CMYK
RGB Variations
Color information
#346160 (or 0x346160) is known color: Oracle. HEX triplet: 34, 61 and 60. RGB value is (52,97,96). Sum of RGB (Red+Green+Blue) = 52+97+96=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #346160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346160 is #CB9E9F. Grayscale: #535353. Windows color (decimal): -13344416 or 6316340. OLE color: 6316340.
HSL color Cylindrical-coordinate representation of color #346160: hue angle of 178.67º 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 #346160 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 97 | 96 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.62 |
| HSL | 178.67º | 0.3% | 0.29% | - |
| HSV(B) | 178.67º | 0.46% | 0.38% | - |
| XYZ | 7.8 | 10.12 | 12.61 | - |
| YUV | 83.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 96 | 0.46 | 0 | 0.01 | 0.62 | 178.67 | 0.3 | 0.29 |
| Hex | 34 | 61 | 60 | 2E | 0 | 1 | 3E | B3 | 1E | 1D |
| Octal | 64 | 141 | 140 | 56 | 0 | 1 | 76 | 263 | 36 | 35 |
| Binary | 110100 | 1100001 | 1100000 | 101110 | 0 | 1 | 111110 | 10110011 | 11110 | 11101 |
Color Harmonies of #346160
Complementary color
Monochromatic Colors of #346160
Black with #346160
Text Example
Text Example
White with #346160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346160; }
p { color: rgb(52,97,96); }
H1.HeaderClassName
{
color: #346160;
}
.AnyTagClassName
{
color: #346160;
}
</style>
background-color css
<style>
a { background-color: #346160; }
a { background-color: rgb(52,97,96); }
div.DivClassName
{
background-color: #346160;
}
.BgClassName
{
background-color: #346160;
}
</style>
border-color css
<style>
span { border-color: #346160; }
span { border-color: rgb(52,97,96); }
td.TdClassName
{
border-color: #346160;
}
.TagClassName
{
border-color: #346160;
}
</style>