Shades of Oracle #325555
Tints of Oracle #325555
RGB
CMYK
RGB Variations
Color information
#325555 (or 0x325555) is known color: Oracle. HEX triplet: 32, 55 and 55. RGB value is (50,85,85). Sum of RGB (Red+Green+Blue) = 50+85+85=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #325555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325555 is #CDAAAA. Grayscale: #4A4A4A. Windows color (decimal): -13478571 or 5592370. OLE color: 5592370.
HSL color Cylindrical-coordinate representation of color #325555: hue angle of 180º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325555 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 85 | - |
| CMYK | 0.41 | 0 | 0 | 0.67 |
| HSL | 180º | 0.26% | 0.26% | - |
| HSV(B) | 180º | 0.41% | 0.33% | - |
| XYZ | 6.2 | 7.83 | 9.78 | - |
| YUV | 74.54 | 133.9 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 85 | 0.41 | 0 | 0 | 0.67 | 180 | 0.26 | 0.26 |
| Hex | 32 | 55 | 55 | 29 | 0 | 0 | 43 | B4 | 1A | 1A |
| Octal | 62 | 125 | 125 | 51 | 0 | 0 | 103 | 264 | 32 | 32 |
| Binary | 110010 | 1010101 | 1010101 | 101001 | 0 | 0 | 1000011 | 10110100 | 11010 | 11010 |
Color Harmonies of #325555
Complementary color
Monochromatic Colors of #325555
Black with #325555
Text Example
Text Example
White with #325555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325555; }
p { color: rgb(50,85,85); }
H1.HeaderClassName
{
color: #325555;
}
.AnyTagClassName
{
color: #325555;
}
</style>
background-color css
<style>
a { background-color: #325555; }
a { background-color: rgb(50,85,85); }
div.DivClassName
{
background-color: #325555;
}
.BgClassName
{
background-color: #325555;
}
</style>
border-color css
<style>
span { border-color: #325555; }
span { border-color: rgb(50,85,85); }
td.TdClassName
{
border-color: #325555;
}
.TagClassName
{
border-color: #325555;
}
</style>