Shades of Oracle #326165
Tints of Oracle #326165
RGB
CMYK
RGB Variations
Color information
#326165 (or 0x326165) is known color: Oracle. HEX triplet: 32, 61 and 65. RGB value is (50,97,101). Sum of RGB (Red+Green+Blue) = 50+97+101=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #326165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326165 is #CD9E9A. Grayscale: #535353. Windows color (decimal): -13475483 or 6644018. OLE color: 6644018.
HSL color Cylindrical-coordinate representation of color #326165: hue angle of 184.71º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326165 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 97 | 101 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.60 |
| HSL | 184.71º | 0.34% | 0.3% | - |
| HSV(B) | 184.71º | 0.5% | 0.4% | - |
| XYZ | 7.94 | 10.17 | 13.86 | - |
| YUV | 83.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 101 | 0.50 | 0.04 | 0 | 0.60 | 184.71 | 0.34 | 0.3 |
| Hex | 32 | 61 | 65 | 32 | 4 | 0 | 3C | B9 | 22 | 1E |
| Octal | 62 | 141 | 145 | 62 | 4 | 0 | 74 | 271 | 42 | 36 |
| Binary | 110010 | 1100001 | 1100101 | 110010 | 100 | 0 | 111100 | 10111001 | 100010 | 11110 |
Color Harmonies of #326165
Complementary color
Monochromatic Colors of #326165
Black with #326165
Text Example
Text Example
White with #326165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326165; }
p { color: rgb(50,97,101); }
H1.HeaderClassName
{
color: #326165;
}
.AnyTagClassName
{
color: #326165;
}
</style>
background-color css
<style>
a { background-color: #326165; }
a { background-color: rgb(50,97,101); }
div.DivClassName
{
background-color: #326165;
}
.BgClassName
{
background-color: #326165;
}
</style>
border-color css
<style>
span { border-color: #326165; }
span { border-color: rgb(50,97,101); }
td.TdClassName
{
border-color: #326165;
}
.TagClassName
{
border-color: #326165;
}
</style>