Shades of Oracle #326366
Tints of Oracle #326366
RGB
CMYK
RGB Variations
Color information
#326366 (or 0x326366) is known color: Oracle. HEX triplet: 32, 63 and 66. RGB value is (50,99,102). Sum of RGB (Red+Green+Blue) = 50+99+102=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 102 - color contains mainly: blue. Hex color #326366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326366 is #CD9C99. Grayscale: #545454. Windows color (decimal): -13474970 or 6710066. OLE color: 6710066.
HSL color Cylindrical-coordinate representation of color #326366: hue angle of 183.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326366 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 99 | 102 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.6 |
| HSL | 183.46º | 0.34% | 0.3% | - |
| HSV(B) | 183.46º | 0.51% | 0.4% | - |
| XYZ | 8.18 | 10.56 | 14.18 | - |
| YUV | 84.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 102 | 0.51 | 0.03 | 0 | 0.6 | 183.46 | 0.34 | 0.3 |
| Hex | 32 | 63 | 66 | 33 | 3 | 0 | 3C | B7 | 22 | 1E |
| Octal | 62 | 143 | 146 | 63 | 3 | 0 | 74 | 267 | 42 | 36 |
| Binary | 110010 | 1100011 | 1100110 | 110011 | 11 | 0 | 111100 | 10110111 | 100010 | 11110 |
Color Harmonies of #326366
Complementary color
Monochromatic Colors of #326366
Black with #326366
Text Example
Text Example
White with #326366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326366; }
p { color: rgb(50,99,102); }
H1.HeaderClassName
{
color: #326366;
}
.AnyTagClassName
{
color: #326366;
}
</style>
background-color css
<style>
a { background-color: #326366; }
a { background-color: rgb(50,99,102); }
div.DivClassName
{
background-color: #326366;
}
.BgClassName
{
background-color: #326366;
}
</style>
border-color css
<style>
span { border-color: #326366; }
span { border-color: rgb(50,99,102); }
td.TdClassName
{
border-color: #326366;
}
.TagClassName
{
border-color: #326366;
}
</style>