Shades of Oracle #325A5D
Tints of Oracle #325A5D
RGB
CMYK
RGB Variations
Color information
#325A5D (or 0x325A5D) is known color: Oracle. HEX triplet: 32, 5A and 5D. RGB value is (50,90,93). Sum of RGB (Red+Green+Blue) = 50+90+93=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #325A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A5D is #CDA5A2. Grayscale: #4E4E4E. Windows color (decimal): -13477283 or 6117938. OLE color: 6117938.
HSL color Cylindrical-coordinate representation of color #325A5D: hue angle of 184.19º 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 #325A5D is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 90 | 93 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.64 |
| HSL | 184.19º | 0.3% | 0.28% | - |
| HSV(B) | 184.19º | 0.46% | 0.36% | - |
| XYZ | 6.95 | 8.78 | 11.68 | - |
| YUV | 78.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 93 | 0.46 | 0.03 | 0 | 0.64 | 184.19 | 0.3 | 0.28 |
| Hex | 32 | 5A | 5D | 2E | 3 | 0 | 40 | B8 | 1E | 1C |
| Octal | 62 | 132 | 135 | 56 | 3 | 0 | 100 | 270 | 36 | 34 |
| Binary | 110010 | 1011010 | 1011101 | 101110 | 11 | 0 | 1000000 | 10111000 | 11110 | 11100 |
Color Harmonies of #325A5D
Complementary color
Monochromatic Colors of #325A5D
Black with #325A5D
Text Example
Text Example
White with #325A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325A5D; }
p { color: rgb(50,90,93); }
H1.HeaderClassName
{
color: #325A5D;
}
.AnyTagClassName
{
color: #325A5D;
}
</style>
background-color css
<style>
a { background-color: #325A5D; }
a { background-color: rgb(50,90,93); }
div.DivClassName
{
background-color: #325A5D;
}
.BgClassName
{
background-color: #325A5D;
}
</style>
border-color css
<style>
span { border-color: #325A5D; }
span { border-color: rgb(50,90,93); }
td.TdClassName
{
border-color: #325A5D;
}
.TagClassName
{
border-color: #325A5D;
}
</style>