Shades of Oracle #326063
Tints of Oracle #326063
RGB
CMYK
RGB Variations
Color information
#326063 (or 0x326063) is known color: Oracle. HEX triplet: 32, 60 and 63. RGB value is (50,96,99). Sum of RGB (Red+Green+Blue) = 50+96+99=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #326063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326063 is #CD9F9C. Grayscale: #525252. Windows color (decimal): -13475741 or 6512690. OLE color: 6512690.
HSL color Cylindrical-coordinate representation of color #326063: hue angle of 183.67º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326063 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 96 | 99 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.61 |
| HSL | 183.67º | 0.33% | 0.29% | - |
| HSV(B) | 183.67º | 0.49% | 0.39% | - |
| XYZ | 7.75 | 9.94 | 13.32 | - |
| YUV | 82.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 99 | 0.49 | 0.03 | 0 | 0.61 | 183.67 | 0.33 | 0.29 |
| Hex | 32 | 60 | 63 | 31 | 3 | 0 | 3D | B8 | 21 | 1D |
| Octal | 62 | 140 | 143 | 61 | 3 | 0 | 75 | 270 | 41 | 35 |
| Binary | 110010 | 1100000 | 1100011 | 110001 | 11 | 0 | 111101 | 10111000 | 100001 | 11101 |
Color Harmonies of #326063
Complementary color
Monochromatic Colors of #326063
Black with #326063
Text Example
Text Example
White with #326063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326063; }
p { color: rgb(50,96,99); }
H1.HeaderClassName
{
color: #326063;
}
.AnyTagClassName
{
color: #326063;
}
</style>
background-color css
<style>
a { background-color: #326063; }
a { background-color: rgb(50,96,99); }
div.DivClassName
{
background-color: #326063;
}
.BgClassName
{
background-color: #326063;
}
</style>
border-color css
<style>
span { border-color: #326063; }
span { border-color: rgb(50,96,99); }
td.TdClassName
{
border-color: #326063;
}
.TagClassName
{
border-color: #326063;
}
</style>