Shades of Oracle #335156
Tints of Oracle #335156
RGB
CMYK
RGB Variations
Color information
#335156 (or 0x335156) is known color: Oracle. HEX triplet: 33, 51 and 56. RGB value is (51,81,86). Sum of RGB (Red+Green+Blue) = 51+81+86=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 86 - color contains mainly: blue. Hex color #335156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335156 is #CCAEA9. Grayscale: #484848. Windows color (decimal): -13414058 or 5656883. OLE color: 5656883.
HSL color Cylindrical-coordinate representation of color #335156: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335156 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 81 | 86 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.66 |
| HSL | 188.57º | 0.26% | 0.27% | - |
| HSV(B) | 188.57º | 0.41% | 0.34% | - |
| XYZ | 5.99 | 7.26 | 9.89 | - |
| YUV | 72.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 86 | 0.41 | 0.06 | 0 | 0.66 | 188.57 | 0.26 | 0.27 |
| Hex | 33 | 51 | 56 | 29 | 6 | 0 | 42 | BD | 1A | 1B |
| Octal | 63 | 121 | 126 | 51 | 6 | 0 | 102 | 275 | 32 | 33 |
| Binary | 110011 | 1010001 | 1010110 | 101001 | 110 | 0 | 1000010 | 10111101 | 11010 | 11011 |
Color Harmonies of #335156
Complementary color
Monochromatic Colors of #335156
Black with #335156
Text Example
Text Example
White with #335156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335156; }
p { color: rgb(51,81,86); }
H1.HeaderClassName
{
color: #335156;
}
.AnyTagClassName
{
color: #335156;
}
</style>
background-color css
<style>
a { background-color: #335156; }
a { background-color: rgb(51,81,86); }
div.DivClassName
{
background-color: #335156;
}
.BgClassName
{
background-color: #335156;
}
</style>
border-color css
<style>
span { border-color: #335156; }
span { border-color: rgb(51,81,86); }
td.TdClassName
{
border-color: #335156;
}
.TagClassName
{
border-color: #335156;
}
</style>