Shades of Oracle #336165
Tints of Oracle #336165
RGB
CMYK
RGB Variations
Color information
#336165 (or 0x336165) is known color: Oracle. HEX triplet: 33, 61 and 65. RGB value is (51,97,101). Sum of RGB (Red+Green+Blue) = 51+97+101=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 97 (38.28% from 255 or 38.96% 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 #336165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336165 is #CC9E9A. Grayscale: #535353. Windows color (decimal): -13409947 or 6644019. OLE color: 6644019.
HSL color Cylindrical-coordinate representation of color #336165: hue angle of 184.8º degrees, saturation: 0.33, 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 #336165 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 97 | 101 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.60 |
| HSL | 184.8º | 0.33% | 0.3% | - |
| HSV(B) | 184.8º | 0.5% | 0.4% | - |
| XYZ | 7.99 | 10.19 | 13.86 | - |
| YUV | 83.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 101 | 0.50 | 0.04 | 0 | 0.60 | 184.8 | 0.33 | 0.3 |
| Hex | 33 | 61 | 65 | 32 | 4 | 0 | 3C | B9 | 21 | 1E |
| Octal | 63 | 141 | 145 | 62 | 4 | 0 | 74 | 271 | 41 | 36 |
| Binary | 110011 | 1100001 | 1100101 | 110010 | 100 | 0 | 111100 | 10111001 | 100001 | 11110 |
Color Harmonies of #336165
Complementary color
Monochromatic Colors of #336165
Black with #336165
Text Example
Text Example
White with #336165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336165; }
p { color: rgb(51,97,101); }
H1.HeaderClassName
{
color: #336165;
}
.AnyTagClassName
{
color: #336165;
}
</style>
background-color css
<style>
a { background-color: #336165; }
a { background-color: rgb(51,97,101); }
div.DivClassName
{
background-color: #336165;
}
.BgClassName
{
background-color: #336165;
}
</style>
border-color css
<style>
span { border-color: #336165; }
span { border-color: rgb(51,97,101); }
td.TdClassName
{
border-color: #336165;
}
.TagClassName
{
border-color: #336165;
}
</style>