Shades of Oracle #346065
Tints of Oracle #346065
RGB
CMYK
RGB Variations
Color information
#346065 (or 0x346065) is known color: Oracle. HEX triplet: 34, 60 and 65. RGB value is (52,96,101). Sum of RGB (Red+Green+Blue) = 52+96+101=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 101 - color contains mainly: blue. Hex color #346065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346065 is #CB9F9A. Grayscale: #535353. Windows color (decimal): -13344667 or 6643764. OLE color: 6643764.
HSL color Cylindrical-coordinate representation of color #346065: hue angle of 186.12º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #346065 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 96 | 101 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.60 |
| HSL | 186.12º | 0.32% | 0.3% | - |
| HSV(B) | 186.12º | 0.49% | 0.4% | - |
| XYZ | 7.95 | 10.04 | 13.83 | - |
| YUV | 83.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 101 | 0.49 | 0.05 | 0 | 0.60 | 186.12 | 0.32 | 0.3 |
| Hex | 34 | 60 | 65 | 31 | 5 | 0 | 3C | BA | 20 | 1E |
| Octal | 64 | 140 | 145 | 61 | 5 | 0 | 74 | 272 | 40 | 36 |
| Binary | 110100 | 1100000 | 1100101 | 110001 | 101 | 0 | 111100 | 10111010 | 100000 | 11110 |
Color Harmonies of #346065
Complementary color
Monochromatic Colors of #346065
Black with #346065
Text Example
Text Example
White with #346065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346065; }
p { color: rgb(52,96,101); }
H1.HeaderClassName
{
color: #346065;
}
.AnyTagClassName
{
color: #346065;
}
</style>
background-color css
<style>
a { background-color: #346065; }
a { background-color: rgb(52,96,101); }
div.DivClassName
{
background-color: #346065;
}
.BgClassName
{
background-color: #346065;
}
</style>
border-color css
<style>
span { border-color: #346065; }
span { border-color: rgb(52,96,101); }
td.TdClassName
{
border-color: #346065;
}
.TagClassName
{
border-color: #346065;
}
</style>