Shades of Oracle #325B5D
Tints of Oracle #325B5D
RGB
CMYK
RGB Variations
Color information
#325B5D (or 0x325B5D) is known color: Oracle. HEX triplet: 32, 5B and 5D. RGB value is (50,91,93). Sum of RGB (Red+Green+Blue) = 50+91+93=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #325B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B5D is #CDA4A2. Grayscale: #4E4E4E. Windows color (decimal): -13477027 or 6118194. OLE color: 6118194.
HSL color Cylindrical-coordinate representation of color #325B5D: hue angle of 182.79º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325B5D is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 91 | 93 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.64 |
| HSL | 182.79º | 0.3% | 0.28% | - |
| HSV(B) | 182.79º | 0.46% | 0.36% | - |
| XYZ | 7.03 | 8.95 | 11.71 | - |
| YUV | 78.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 93 | 0.46 | 0.02 | 0 | 0.64 | 182.79 | 0.3 | 0.28 |
| Hex | 32 | 5B | 5D | 2E | 2 | 0 | 40 | B7 | 1E | 1C |
| Octal | 62 | 133 | 135 | 56 | 2 | 0 | 100 | 267 | 36 | 34 |
| Binary | 110010 | 1011011 | 1011101 | 101110 | 10 | 0 | 1000000 | 10110111 | 11110 | 11100 |
Color Harmonies of #325B5D
Complementary color
Monochromatic Colors of #325B5D
Black with #325B5D
Text Example
Text Example
White with #325B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B5D; }
p { color: rgb(50,91,93); }
H1.HeaderClassName
{
color: #325B5D;
}
.AnyTagClassName
{
color: #325B5D;
}
</style>
background-color css
<style>
a { background-color: #325B5D; }
a { background-color: rgb(50,91,93); }
div.DivClassName
{
background-color: #325B5D;
}
.BgClassName
{
background-color: #325B5D;
}
</style>
border-color css
<style>
span { border-color: #325B5D; }
span { border-color: rgb(50,91,93); }
td.TdClassName
{
border-color: #325B5D;
}
.TagClassName
{
border-color: #325B5D;
}
</style>