Shades of Oracle #326162
Tints of Oracle #326162
RGB
CMYK
RGB Variations
Color information
#326162 (or 0x326162) is known color: Oracle. HEX triplet: 32, 61 and 62. RGB value is (50,97,98). Sum of RGB (Red+Green+Blue) = 50+97+98=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #326162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326162 is #CD9E9D. Grayscale: #535353. Windows color (decimal): -13475486 or 6447410. OLE color: 6447410.
HSL color Cylindrical-coordinate representation of color #326162: hue angle of 181.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326162 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 97 | 98 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.62 |
| HSL | 181.25º | 0.32% | 0.29% | - |
| HSV(B) | 181.25º | 0.49% | 0.38% | - |
| XYZ | 7.79 | 10.11 | 13.1 | - |
| YUV | 83.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 98 | 0.49 | 0.01 | 0 | 0.62 | 181.25 | 0.32 | 0.29 |
| Hex | 32 | 61 | 62 | 31 | 1 | 0 | 3E | B5 | 20 | 1D |
| Octal | 62 | 141 | 142 | 61 | 1 | 0 | 76 | 265 | 40 | 35 |
| Binary | 110010 | 1100001 | 1100010 | 110001 | 1 | 0 | 111110 | 10110101 | 100000 | 11101 |
Color Harmonies of #326162
Complementary color
Monochromatic Colors of #326162
Black with #326162
Text Example
Text Example
White with #326162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326162; }
p { color: rgb(50,97,98); }
H1.HeaderClassName
{
color: #326162;
}
.AnyTagClassName
{
color: #326162;
}
</style>
background-color css
<style>
a { background-color: #326162; }
a { background-color: rgb(50,97,98); }
div.DivClassName
{
background-color: #326162;
}
.BgClassName
{
background-color: #326162;
}
</style>
border-color css
<style>
span { border-color: #326162; }
span { border-color: rgb(50,97,98); }
td.TdClassName
{
border-color: #326162;
}
.TagClassName
{
border-color: #326162;
}
</style>