Shades of Oracle #326265
Tints of Oracle #326265
RGB
CMYK
RGB Variations
Color information
#326265 (or 0x326265) is known color: Oracle. HEX triplet: 32, 62 and 65. RGB value is (50,98,101). Sum of RGB (Red+Green+Blue) = 50+98+101=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 101 - color contains mainly: blue. Hex color #326265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326265 is #CD9D9A. Grayscale: #535353. Windows color (decimal): -13475227 or 6644274. OLE color: 6644274.
HSL color Cylindrical-coordinate representation of color #326265: hue angle of 183.53º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326265 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 98 | 101 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.60 |
| HSL | 183.53º | 0.34% | 0.3% | - |
| HSV(B) | 183.53º | 0.5% | 0.4% | - |
| XYZ | 8.03 | 10.35 | 13.89 | - |
| YUV | 83.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 98 | 101 | 0.50 | 0.03 | 0 | 0.60 | 183.53 | 0.34 | 0.3 |
| Hex | 32 | 62 | 65 | 32 | 3 | 0 | 3C | B8 | 22 | 1E |
| Octal | 62 | 142 | 145 | 62 | 3 | 0 | 74 | 270 | 42 | 36 |
| Binary | 110010 | 1100010 | 1100101 | 110010 | 11 | 0 | 111100 | 10111000 | 100010 | 11110 |
Color Harmonies of #326265
Complementary color
Monochromatic Colors of #326265
Black with #326265
Text Example
Text Example
White with #326265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326265; }
p { color: rgb(50,98,101); }
H1.HeaderClassName
{
color: #326265;
}
.AnyTagClassName
{
color: #326265;
}
</style>
background-color css
<style>
a { background-color: #326265; }
a { background-color: rgb(50,98,101); }
div.DivClassName
{
background-color: #326265;
}
.BgClassName
{
background-color: #326265;
}
</style>
border-color css
<style>
span { border-color: #326265; }
span { border-color: rgb(50,98,101); }
td.TdClassName
{
border-color: #326265;
}
.TagClassName
{
border-color: #326265;
}
</style>