Shades of Oracle #325357
Tints of Oracle #325357
RGB
CMYK
RGB Variations
Color information
#325357 (or 0x325357) is known color: Oracle. HEX triplet: 32, 53 and 57. RGB value is (50,83,87). Sum of RGB (Red+Green+Blue) = 50+83+87=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #325357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325357 is #CDACA8. Grayscale: #494949. Windows color (decimal): -13479081 or 5722930. OLE color: 5722930.
HSL color Cylindrical-coordinate representation of color #325357: hue angle of 186.49º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325357 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 83 | 87 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.66 |
| HSL | 186.49º | 0.27% | 0.27% | - |
| HSV(B) | 186.49º | 0.43% | 0.34% | - |
| XYZ | 6.13 | 7.55 | 10.15 | - |
| YUV | 73.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 87 | 0.43 | 0.05 | 0 | 0.66 | 186.49 | 0.27 | 0.27 |
| Hex | 32 | 53 | 57 | 2B | 5 | 0 | 42 | BA | 1B | 1B |
| Octal | 62 | 123 | 127 | 53 | 5 | 0 | 102 | 272 | 33 | 33 |
| Binary | 110010 | 1010011 | 1010111 | 101011 | 101 | 0 | 1000010 | 10111010 | 11011 | 11011 |
Color Harmonies of #325357
Complementary color
Monochromatic Colors of #325357
Black with #325357
Text Example
Text Example
White with #325357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325357; }
p { color: rgb(50,83,87); }
H1.HeaderClassName
{
color: #325357;
}
.AnyTagClassName
{
color: #325357;
}
</style>
background-color css
<style>
a { background-color: #325357; }
a { background-color: rgb(50,83,87); }
div.DivClassName
{
background-color: #325357;
}
.BgClassName
{
background-color: #325357;
}
</style>
border-color css
<style>
span { border-color: #325357; }
span { border-color: rgb(50,83,87); }
td.TdClassName
{
border-color: #325357;
}
.TagClassName
{
border-color: #325357;
}
</style>