Shades of Oracle #325454
Tints of Oracle #325454
RGB
CMYK
RGB Variations
Color information
#325454 (or 0x325454) is known color: Oracle. HEX triplet: 32, 54 and 54. RGB value is (50,84,84). Sum of RGB (Red+Green+Blue) = 50+84+84=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #325454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325454 is #CDABAB. Grayscale: #494949. Windows color (decimal): -13478828 or 5526578. OLE color: 5526578.
HSL color Cylindrical-coordinate representation of color #325454: hue angle of 180º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325454 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 84 | - |
| CMYK | 0.40 | 0 | 0 | 0.67 |
| HSL | 180º | 0.25% | 0.26% | - |
| HSV(B) | 180º | 0.4% | 0.33% | - |
| XYZ | 6.09 | 7.66 | 9.55 | - |
| YUV | 73.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 84 | 0.40 | 0 | 0 | 0.67 | 180 | 0.25 | 0.26 |
| Hex | 32 | 54 | 54 | 28 | 0 | 0 | 43 | B4 | 19 | 1A |
| Octal | 62 | 124 | 124 | 50 | 0 | 0 | 103 | 264 | 31 | 32 |
| Binary | 110010 | 1010100 | 1010100 | 101000 | 0 | 0 | 1000011 | 10110100 | 11001 | 11010 |
Color Harmonies of #325454
Complementary color
Monochromatic Colors of #325454
Black with #325454
Text Example
Text Example
White with #325454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325454; }
p { color: rgb(50,84,84); }
H1.HeaderClassName
{
color: #325454;
}
.AnyTagClassName
{
color: #325454;
}
</style>
background-color css
<style>
a { background-color: #325454; }
a { background-color: rgb(50,84,84); }
div.DivClassName
{
background-color: #325454;
}
.BgClassName
{
background-color: #325454;
}
</style>
border-color css
<style>
span { border-color: #325454; }
span { border-color: rgb(50,84,84); }
td.TdClassName
{
border-color: #325454;
}
.TagClassName
{
border-color: #325454;
}
</style>