Shades of Oracle #326464
Tints of Oracle #326464
RGB
CMYK
RGB Variations
Color information
#326464 (or 0x326464) is known color: Oracle. HEX triplet: 32, 64 and 64. RGB value is (50,100,100). Sum of RGB (Red+Green+Blue) = 50+100+100=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #326464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326464 is #CD9B9B. Grayscale: #555555. Windows color (decimal): -13474716 or 6579250. OLE color: 6579250.
HSL color Cylindrical-coordinate representation of color #326464: hue angle of 180º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326464 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 100 | 100 | - |
| CMYK | 0.50 | 0 | 0 | 0.61 |
| HSL | 180º | 0.33% | 0.29% | - |
| HSV(B) | 180º | 0.5% | 0.39% | - |
| XYZ | 8.17 | 10.71 | 13.69 | - |
| YUV | 85.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 100 | 0.50 | 0 | 0 | 0.61 | 180 | 0.33 | 0.29 |
| Hex | 32 | 64 | 64 | 32 | 0 | 0 | 3D | B4 | 21 | 1D |
| Octal | 62 | 144 | 144 | 62 | 0 | 0 | 75 | 264 | 41 | 35 |
| Binary | 110010 | 1100100 | 1100100 | 110010 | 0 | 0 | 111101 | 10110100 | 100001 | 11101 |
Color Harmonies of #326464
Complementary color
Monochromatic Colors of #326464
Black with #326464
Text Example
Text Example
White with #326464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326464; }
p { color: rgb(50,100,100); }
H1.HeaderClassName
{
color: #326464;
}
.AnyTagClassName
{
color: #326464;
}
</style>
background-color css
<style>
a { background-color: #326464; }
a { background-color: rgb(50,100,100); }
div.DivClassName
{
background-color: #326464;
}
.BgClassName
{
background-color: #326464;
}
</style>
border-color css
<style>
span { border-color: #326464; }
span { border-color: rgb(50,100,100); }
td.TdClassName
{
border-color: #326464;
}
.TagClassName
{
border-color: #326464;
}
</style>