Shades of Oracle #325554
Tints of Oracle #325554
RGB
CMYK
RGB Variations
Color information
#325554 (or 0x325554) is known color: Oracle. HEX triplet: 32, 55 and 54. RGB value is (50,85,84). Sum of RGB (Red+Green+Blue) = 50+85+84=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #325554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325554 is #CDAAAB. Grayscale: #4A4A4A. Windows color (decimal): -13478572 or 5526834. OLE color: 5526834.
HSL color Cylindrical-coordinate representation of color #325554: hue angle of 178.29º 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 #325554 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 84 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.67 |
| HSL | 178.29º | 0.26% | 0.26% | - |
| HSV(B) | 178.29º | 0.41% | 0.33% | - |
| XYZ | 6.16 | 7.82 | 9.57 | - |
| YUV | 74.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 84 | 0.41 | 0 | 0.01 | 0.67 | 178.29 | 0.26 | 0.26 |
| Hex | 32 | 55 | 54 | 29 | 0 | 1 | 43 | B2 | 1A | 1A |
| Octal | 62 | 125 | 124 | 51 | 0 | 1 | 103 | 262 | 32 | 32 |
| Binary | 110010 | 1010101 | 1010100 | 101001 | 0 | 1 | 1000011 | 10110010 | 11010 | 11010 |
Color Harmonies of #325554
Complementary color
Monochromatic Colors of #325554
Black with #325554
Text Example
Text Example
White with #325554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325554; }
p { color: rgb(50,85,84); }
H1.HeaderClassName
{
color: #325554;
}
.AnyTagClassName
{
color: #325554;
}
</style>
background-color css
<style>
a { background-color: #325554; }
a { background-color: rgb(50,85,84); }
div.DivClassName
{
background-color: #325554;
}
.BgClassName
{
background-color: #325554;
}
</style>
border-color css
<style>
span { border-color: #325554; }
span { border-color: rgb(50,85,84); }
td.TdClassName
{
border-color: #325554;
}
.TagClassName
{
border-color: #325554;
}
</style>