Shades of Oracle #325A5F
Tints of Oracle #325A5F
RGB
CMYK
RGB Variations
Color information
#325A5F (or 0x325A5F) is known color: Oracle. HEX triplet: 32, 5A and 5F. RGB value is (50,90,95). Sum of RGB (Red+Green+Blue) = 50+90+95=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 95 - color contains mainly: blue. Hex color #325A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A5F is #CDA5A0. Grayscale: #4E4E4E. Windows color (decimal): -13477281 or 6249010. OLE color: 6249010.
HSL color Cylindrical-coordinate representation of color #325A5F: hue angle of 186.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 #325A5F is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 90 | 95 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.63 |
| HSL | 186.67º | 0.31% | 0.28% | - |
| HSV(B) | 186.67º | 0.47% | 0.37% | - |
| XYZ | 7.04 | 8.82 | 12.16 | - |
| YUV | 78.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 95 | 0.47 | 0.05 | 0 | 0.63 | 186.67 | 0.31 | 0.28 |
| Hex | 32 | 5A | 5F | 2F | 5 | 0 | 3F | BB | 1F | 1C |
| Octal | 62 | 132 | 137 | 57 | 5 | 0 | 77 | 273 | 37 | 34 |
| Binary | 110010 | 1011010 | 1011111 | 101111 | 101 | 0 | 111111 | 10111011 | 11111 | 11100 |
Color Harmonies of #325A5F
Complementary color
Monochromatic Colors of #325A5F
Black with #325A5F
Text Example
Text Example
White with #325A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325A5F; }
p { color: rgb(50,90,95); }
H1.HeaderClassName
{
color: #325A5F;
}
.AnyTagClassName
{
color: #325A5F;
}
</style>
background-color css
<style>
a { background-color: #325A5F; }
a { background-color: rgb(50,90,95); }
div.DivClassName
{
background-color: #325A5F;
}
.BgClassName
{
background-color: #325A5F;
}
</style>
border-color css
<style>
span { border-color: #325A5F; }
span { border-color: rgb(50,90,95); }
td.TdClassName
{
border-color: #325A5F;
}
.TagClassName
{
border-color: #325A5F;
}
</style>