Shades of Oracle #325D60
Tints of Oracle #325D60
RGB
CMYK
RGB Variations
Color information
#325D60 (or 0x325D60) is known color: Oracle. HEX triplet: 32, 5D and 60. RGB value is (50,93,96). Sum of RGB (Red+Green+Blue) = 50+93+96=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #325D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D60 is #CDA29F. Grayscale: #505050. Windows color (decimal): -13476512 or 6315314. OLE color: 6315314.
HSL color Cylindrical-coordinate representation of color #325D60: hue angle of 183.91º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #325D60 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 93 | 96 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.62 |
| HSL | 183.91º | 0.32% | 0.29% | - |
| HSV(B) | 183.91º | 0.48% | 0.38% | - |
| XYZ | 7.34 | 9.35 | 12.48 | - |
| YUV | 80.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 96 | 0.48 | 0.03 | 0 | 0.62 | 183.91 | 0.32 | 0.29 |
| Hex | 32 | 5D | 60 | 30 | 3 | 0 | 3E | B8 | 20 | 1D |
| Octal | 62 | 135 | 140 | 60 | 3 | 0 | 76 | 270 | 40 | 35 |
| Binary | 110010 | 1011101 | 1100000 | 110000 | 11 | 0 | 111110 | 10111000 | 100000 | 11101 |
Color Harmonies of #325D60
Complementary color
Monochromatic Colors of #325D60
Black with #325D60
Text Example
Text Example
White with #325D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D60; }
p { color: rgb(50,93,96); }
H1.HeaderClassName
{
color: #325D60;
}
.AnyTagClassName
{
color: #325D60;
}
</style>
background-color css
<style>
a { background-color: #325D60; }
a { background-color: rgb(50,93,96); }
div.DivClassName
{
background-color: #325D60;
}
.BgClassName
{
background-color: #325D60;
}
</style>
border-color css
<style>
span { border-color: #325D60; }
span { border-color: rgb(50,93,96); }
td.TdClassName
{
border-color: #325D60;
}
.TagClassName
{
border-color: #325D60;
}
</style>