Shades of Oracle #336465
Tints of Oracle #336465
RGB
CMYK
RGB Variations
Color information
#336465 (or 0x336465) is known color: Oracle. HEX triplet: 33, 64 and 65. RGB value is (51,100,101). Sum of RGB (Red+Green+Blue) = 51+100+101=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #336465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336465 is #CC9B9A. Grayscale: #555555. Windows color (decimal): -13409179 or 6644787. OLE color: 6644787.
HSL color Cylindrical-coordinate representation of color #336465: hue angle of 181.2º 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 #336465 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 100 | 101 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.60 |
| HSL | 181.2º | 0.33% | 0.3% | - |
| HSV(B) | 181.2º | 0.5% | 0.4% | - |
| XYZ | 8.27 | 10.76 | 13.95 | - |
| YUV | 85.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 100 | 101 | 0.50 | 0.01 | 0 | 0.60 | 181.2 | 0.33 | 0.3 |
| Hex | 33 | 64 | 65 | 32 | 1 | 0 | 3C | B5 | 21 | 1E |
| Octal | 63 | 144 | 145 | 62 | 1 | 0 | 74 | 265 | 41 | 36 |
| Binary | 110011 | 1100100 | 1100101 | 110010 | 1 | 0 | 111100 | 10110101 | 100001 | 11110 |
Color Harmonies of #336465
Complementary color
Monochromatic Colors of #336465
Black with #336465
Text Example
Text Example
White with #336465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336465; }
p { color: rgb(51,100,101); }
H1.HeaderClassName
{
color: #336465;
}
.AnyTagClassName
{
color: #336465;
}
</style>
background-color css
<style>
a { background-color: #336465; }
a { background-color: rgb(51,100,101); }
div.DivClassName
{
background-color: #336465;
}
.BgClassName
{
background-color: #336465;
}
</style>
border-color css
<style>
span { border-color: #336465; }
span { border-color: rgb(51,100,101); }
td.TdClassName
{
border-color: #336465;
}
.TagClassName
{
border-color: #336465;
}
</style>