Shades of Oracle #325659
Tints of Oracle #325659
RGB
CMYK
RGB Variations
Color information
#325659 (or 0x325659) is known color: Oracle. HEX triplet: 32, 56 and 59. RGB value is (50,86,89). Sum of RGB (Red+Green+Blue) = 50+86+89=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #325659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325659 is #CDA9A6. Grayscale: #4B4B4B. Windows color (decimal): -13478311 or 5854770. OLE color: 5854770.
HSL color Cylindrical-coordinate representation of color #325659: hue angle of 184.62º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325659 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 86 | 89 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.65 |
| HSL | 184.62º | 0.28% | 0.27% | - |
| HSV(B) | 184.62º | 0.44% | 0.35% | - |
| XYZ | 6.45 | 8.05 | 10.67 | - |
| YUV | 75.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 89 | 0.44 | 0.03 | 0 | 0.65 | 184.62 | 0.28 | 0.27 |
| Hex | 32 | 56 | 59 | 2C | 3 | 0 | 41 | B9 | 1C | 1B |
| Octal | 62 | 126 | 131 | 54 | 3 | 0 | 101 | 271 | 34 | 33 |
| Binary | 110010 | 1010110 | 1011001 | 101100 | 11 | 0 | 1000001 | 10111001 | 11100 | 11011 |
Color Harmonies of #325659
Complementary color
Monochromatic Colors of #325659
Black with #325659
Text Example
Text Example
White with #325659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325659; }
p { color: rgb(50,86,89); }
H1.HeaderClassName
{
color: #325659;
}
.AnyTagClassName
{
color: #325659;
}
</style>
background-color css
<style>
a { background-color: #325659; }
a { background-color: rgb(50,86,89); }
div.DivClassName
{
background-color: #325659;
}
.BgClassName
{
background-color: #325659;
}
</style>
border-color css
<style>
span { border-color: #325659; }
span { border-color: rgb(50,86,89); }
td.TdClassName
{
border-color: #325659;
}
.TagClassName
{
border-color: #325659;
}
</style>