Shades of Oracle #325D5F
Tints of Oracle #325D5F
RGB
CMYK
RGB Variations
Color information
#325D5F (or 0x325D5F) is known color: Oracle. HEX triplet: 32, 5D and 5F. RGB value is (50,93,95). Sum of RGB (Red+Green+Blue) = 50+93+95=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #325D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D5F is #CDA2A0. Grayscale: #505050. Windows color (decimal): -13476513 or 6249778. OLE color: 6249778.
HSL color Cylindrical-coordinate representation of color #325D5F: hue angle of 182.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325D5F is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 93 | 95 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.63 |
| HSL | 182.67º | 0.31% | 0.28% | - |
| HSV(B) | 182.67º | 0.47% | 0.37% | - |
| XYZ | 7.3 | 9.33 | 12.24 | - |
| YUV | 80.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 95 | 0.47 | 0.02 | 0 | 0.63 | 182.67 | 0.31 | 0.28 |
| Hex | 32 | 5D | 5F | 2F | 2 | 0 | 3F | B7 | 1F | 1C |
| Octal | 62 | 135 | 137 | 57 | 2 | 0 | 77 | 267 | 37 | 34 |
| Binary | 110010 | 1011101 | 1011111 | 101111 | 10 | 0 | 111111 | 10110111 | 11111 | 11100 |
Color Harmonies of #325D5F
Complementary color
Monochromatic Colors of #325D5F
Black with #325D5F
Text Example
Text Example
White with #325D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325D5F; }
p { color: rgb(50,93,95); }
H1.HeaderClassName
{
color: #325D5F;
}
.AnyTagClassName
{
color: #325D5F;
}
</style>
background-color css
<style>
a { background-color: #325D5F; }
a { background-color: rgb(50,93,95); }
div.DivClassName
{
background-color: #325D5F;
}
.BgClassName
{
background-color: #325D5F;
}
</style>
border-color css
<style>
span { border-color: #325D5F; }
span { border-color: rgb(50,93,95); }
td.TdClassName
{
border-color: #325D5F;
}
.TagClassName
{
border-color: #325D5F;
}
</style>