Shades of Oracle #326361
Tints of Oracle #326361
RGB
CMYK
RGB Variations
Color information
#326361 (or 0x326361) is known color: Oracle. HEX triplet: 32, 63 and 61. RGB value is (50,99,97). Sum of RGB (Red+Green+Blue) = 50+99+97=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #326361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326361 is #CD9C9E. Grayscale: #545454. Windows color (decimal): -13474975 or 6382386. OLE color: 6382386.
HSL color Cylindrical-coordinate representation of color #326361: hue angle of 177.55º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326361 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 99 | 97 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.61 |
| HSL | 177.55º | 0.33% | 0.29% | - |
| HSV(B) | 177.55º | 0.49% | 0.39% | - |
| XYZ | 7.93 | 10.46 | 12.91 | - |
| YUV | 84.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 97 | 0.49 | 0 | 0.02 | 0.61 | 177.55 | 0.33 | 0.29 |
| Hex | 32 | 63 | 61 | 31 | 0 | 2 | 3D | B2 | 21 | 1D |
| Octal | 62 | 143 | 141 | 61 | 0 | 2 | 75 | 262 | 41 | 35 |
| Binary | 110010 | 1100011 | 1100001 | 110001 | 0 | 10 | 111101 | 10110010 | 100001 | 11101 |
Color Harmonies of #326361
Complementary color
Monochromatic Colors of #326361
Black with #326361
Text Example
Text Example
White with #326361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326361; }
p { color: rgb(50,99,97); }
H1.HeaderClassName
{
color: #326361;
}
.AnyTagClassName
{
color: #326361;
}
</style>
background-color css
<style>
a { background-color: #326361; }
a { background-color: rgb(50,99,97); }
div.DivClassName
{
background-color: #326361;
}
.BgClassName
{
background-color: #326361;
}
</style>
border-color css
<style>
span { border-color: #326361; }
span { border-color: rgb(50,99,97); }
td.TdClassName
{
border-color: #326361;
}
.TagClassName
{
border-color: #326361;
}
</style>