Shades of Oracle #326364
Tints of Oracle #326364
RGB
CMYK
RGB Variations
Color information
#326364 (or 0x326364) is known color: Oracle. HEX triplet: 32, 63 and 64. RGB value is (50,99,100). Sum of RGB (Red+Green+Blue) = 50+99+100=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 100 - color contains mainly: blue. Hex color #326364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326364 is #CD9C9B. Grayscale: #545454. Windows color (decimal): -13474972 or 6578994. OLE color: 6578994.
HSL color Cylindrical-coordinate representation of color #326364: hue angle of 181.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326364 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 99 | 100 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.61 |
| HSL | 181.2º | 0.33% | 0.29% | - |
| HSV(B) | 181.2º | 0.5% | 0.39% | - |
| XYZ | 8.08 | 10.52 | 13.66 | - |
| YUV | 84.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 100 | 0.50 | 0.01 | 0 | 0.61 | 181.2 | 0.33 | 0.29 |
| Hex | 32 | 63 | 64 | 32 | 1 | 0 | 3D | B5 | 21 | 1D |
| Octal | 62 | 143 | 144 | 62 | 1 | 0 | 75 | 265 | 41 | 35 |
| Binary | 110010 | 1100011 | 1100100 | 110010 | 1 | 0 | 111101 | 10110101 | 100001 | 11101 |
Color Harmonies of #326364
Complementary color
Monochromatic Colors of #326364
Black with #326364
Text Example
Text Example
White with #326364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326364; }
p { color: rgb(50,99,100); }
H1.HeaderClassName
{
color: #326364;
}
.AnyTagClassName
{
color: #326364;
}
</style>
background-color css
<style>
a { background-color: #326364; }
a { background-color: rgb(50,99,100); }
div.DivClassName
{
background-color: #326364;
}
.BgClassName
{
background-color: #326364;
}
</style>
border-color css
<style>
span { border-color: #326364; }
span { border-color: rgb(50,99,100); }
td.TdClassName
{
border-color: #326364;
}
.TagClassName
{
border-color: #326364;
}
</style>