Shades of Oracle #346164
Tints of Oracle #346164
RGB
CMYK
RGB Variations
Color information
#346164 (or 0x346164) is known color: Oracle. HEX triplet: 34, 61 and 64. RGB value is (52,97,100). Sum of RGB (Red+Green+Blue) = 52+97+100=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 100 - color contains mainly: blue. Hex color #346164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346164 is #CB9E9B. Grayscale: #535353. Windows color (decimal): -13344412 or 6578484. OLE color: 6578484.
HSL color Cylindrical-coordinate representation of color #346164: hue angle of 183.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #346164 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 97 | 100 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.61 |
| HSL | 183.75º | 0.32% | 0.3% | - |
| HSV(B) | 183.75º | 0.48% | 0.39% | - |
| XYZ | 7.99 | 10.2 | 13.6 | - |
| YUV | 83.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 100 | 0.48 | 0.03 | 0 | 0.61 | 183.75 | 0.32 | 0.3 |
| Hex | 34 | 61 | 64 | 30 | 3 | 0 | 3D | B8 | 20 | 1E |
| Octal | 64 | 141 | 144 | 60 | 3 | 0 | 75 | 270 | 40 | 36 |
| Binary | 110100 | 1100001 | 1100100 | 110000 | 11 | 0 | 111101 | 10111000 | 100000 | 11110 |
Color Harmonies of #346164
Complementary color
Monochromatic Colors of #346164
Black with #346164
Text Example
Text Example
White with #346164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346164; }
p { color: rgb(52,97,100); }
H1.HeaderClassName
{
color: #346164;
}
.AnyTagClassName
{
color: #346164;
}
</style>
background-color css
<style>
a { background-color: #346164; }
a { background-color: rgb(52,97,100); }
div.DivClassName
{
background-color: #346164;
}
.BgClassName
{
background-color: #346164;
}
</style>
border-color css
<style>
span { border-color: #346164; }
span { border-color: rgb(52,97,100); }
td.TdClassName
{
border-color: #346164;
}
.TagClassName
{
border-color: #346164;
}
</style>