Shades of Oracle #325856
Tints of Oracle #325856
RGB
CMYK
RGB Variations
Color information
#325856 (or 0x325856) is known color: Oracle. HEX triplet: 32, 58 and 56. RGB value is (50,88,86). Sum of RGB (Red+Green+Blue) = 50+88+86=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 88 - color contains mainly: green. Hex color #325856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325856 is #CDA7A9. Grayscale: #4C4C4C. Windows color (decimal): -13477802 or 5658674. OLE color: 5658674.
HSL color Cylindrical-coordinate representation of color #325856: hue angle of 176.84º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325856 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 88 | 86 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.65 |
| HSL | 176.84º | 0.28% | 0.27% | - |
| HSV(B) | 176.84º | 0.43% | 0.35% | - |
| XYZ | 6.48 | 8.33 | 10.07 | - |
| YUV | 76.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 86 | 0.43 | 0 | 0.02 | 0.65 | 176.84 | 0.28 | 0.27 |
| Hex | 32 | 58 | 56 | 2B | 0 | 2 | 41 | B1 | 1C | 1B |
| Octal | 62 | 130 | 126 | 53 | 0 | 2 | 101 | 261 | 34 | 33 |
| Binary | 110010 | 1011000 | 1010110 | 101011 | 0 | 10 | 1000001 | 10110001 | 11100 | 11011 |
Color Harmonies of #325856
Complementary color
Monochromatic Colors of #325856
Black with #325856
Text Example
Text Example
White with #325856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325856; }
p { color: rgb(50,88,86); }
H1.HeaderClassName
{
color: #325856;
}
.AnyTagClassName
{
color: #325856;
}
</style>
background-color css
<style>
a { background-color: #325856; }
a { background-color: rgb(50,88,86); }
div.DivClassName
{
background-color: #325856;
}
.BgClassName
{
background-color: #325856;
}
</style>
border-color css
<style>
span { border-color: #325856; }
span { border-color: rgb(50,88,86); }
td.TdClassName
{
border-color: #325856;
}
.TagClassName
{
border-color: #325856;
}
</style>