Shades of Oracle #325C58
Tints of Oracle #325C58
RGB
CMYK
RGB Variations
Color information
#325C58 (or 0x325C58) is known color: Oracle. HEX triplet: 32, 5C and 58. RGB value is (50,92,88). Sum of RGB (Red+Green+Blue) = 50+92+88=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 92 - color contains mainly: green. Hex color #325C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C58 is #CDA3A7. Grayscale: #4E4E4E. Windows color (decimal): -13476776 or 5790770. OLE color: 5790770.
HSL color Cylindrical-coordinate representation of color #325C58: hue angle of 174.29º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325C58 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 92 | 88 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.64 |
| HSL | 174.29º | 0.3% | 0.28% | - |
| HSV(B) | 174.29º | 0.46% | 0.36% | - |
| XYZ | 6.9 | 9.04 | 10.61 | - |
| YUV | 78.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 88 | 0.46 | 0 | 0.04 | 0.64 | 174.29 | 0.3 | 0.28 |
| Hex | 32 | 5C | 58 | 2E | 0 | 4 | 40 | AE | 1E | 1C |
| Octal | 62 | 134 | 130 | 56 | 0 | 4 | 100 | 256 | 36 | 34 |
| Binary | 110010 | 1011100 | 1011000 | 101110 | 0 | 100 | 1000000 | 10101110 | 11110 | 11100 |
Color Harmonies of #325C58
Complementary color
Monochromatic Colors of #325C58
Black with #325C58
Text Example
Text Example
White with #325C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C58; }
p { color: rgb(50,92,88); }
H1.HeaderClassName
{
color: #325C58;
}
.AnyTagClassName
{
color: #325C58;
}
</style>
background-color css
<style>
a { background-color: #325C58; }
a { background-color: rgb(50,92,88); }
div.DivClassName
{
background-color: #325C58;
}
.BgClassName
{
background-color: #325C58;
}
</style>
border-color css
<style>
span { border-color: #325C58; }
span { border-color: rgb(50,92,88); }
td.TdClassName
{
border-color: #325C58;
}
.TagClassName
{
border-color: #325C58;
}
</style>