Shades of Oracle #325C61
Tints of Oracle #325C61
RGB
CMYK
RGB Variations
Color information
#325C61 (or 0x325C61) is known color: Oracle. HEX triplet: 32, 5C and 61. RGB value is (50,92,97). Sum of RGB (Red+Green+Blue) = 50+92+97=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #325C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C61 is #CDA39E. Grayscale: #4F4F4F. Windows color (decimal): -13476767 or 6380594. OLE color: 6380594.
HSL color Cylindrical-coordinate representation of color #325C61: hue angle of 186.38º 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 #325C61 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 92 | 97 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.62 |
| HSL | 186.38º | 0.32% | 0.29% | - |
| HSV(B) | 186.38º | 0.48% | 0.38% | - |
| XYZ | 7.3 | 9.2 | 12.7 | - |
| YUV | 80.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 97 | 0.48 | 0.05 | 0 | 0.62 | 186.38 | 0.32 | 0.29 |
| Hex | 32 | 5C | 61 | 30 | 5 | 0 | 3E | BA | 20 | 1D |
| Octal | 62 | 134 | 141 | 60 | 5 | 0 | 76 | 272 | 40 | 35 |
| Binary | 110010 | 1011100 | 1100001 | 110000 | 101 | 0 | 111110 | 10111010 | 100000 | 11101 |
Color Harmonies of #325C61
Complementary color
Monochromatic Colors of #325C61
Black with #325C61
Text Example
Text Example
White with #325C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C61; }
p { color: rgb(50,92,97); }
H1.HeaderClassName
{
color: #325C61;
}
.AnyTagClassName
{
color: #325C61;
}
</style>
background-color css
<style>
a { background-color: #325C61; }
a { background-color: rgb(50,92,97); }
div.DivClassName
{
background-color: #325C61;
}
.BgClassName
{
background-color: #325C61;
}
</style>
border-color css
<style>
span { border-color: #325C61; }
span { border-color: rgb(50,92,97); }
td.TdClassName
{
border-color: #325C61;
}
.TagClassName
{
border-color: #325C61;
}
</style>