Shades of Oracle #335659
Tints of Oracle #335659
RGB
CMYK
RGB Variations
Color information
#335659 (or 0x335659) is known color: Oracle. HEX triplet: 33, 56 and 59. RGB value is (51,86,89). Sum of RGB (Red+Green+Blue) = 51+86+89=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #335659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335659 is #CCA9A6. Grayscale: #4B4B4B. Windows color (decimal): -13412775 or 5854771. OLE color: 5854771.
HSL color Cylindrical-coordinate representation of color #335659: hue angle of 184.74º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335659 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 86 | 89 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.65 |
| HSL | 184.74º | 0.27% | 0.27% | - |
| HSV(B) | 184.74º | 0.43% | 0.35% | - |
| XYZ | 6.5 | 8.08 | 10.67 | - |
| YUV | 75.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 89 | 0.43 | 0.03 | 0 | 0.65 | 184.74 | 0.27 | 0.27 |
| Hex | 33 | 56 | 59 | 2B | 3 | 0 | 41 | B9 | 1B | 1B |
| Octal | 63 | 126 | 131 | 53 | 3 | 0 | 101 | 271 | 33 | 33 |
| Binary | 110011 | 1010110 | 1011001 | 101011 | 11 | 0 | 1000001 | 10111001 | 11011 | 11011 |
Color Harmonies of #335659
Complementary color
Monochromatic Colors of #335659
Black with #335659
Text Example
Text Example
White with #335659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335659; }
p { color: rgb(51,86,89); }
H1.HeaderClassName
{
color: #335659;
}
.AnyTagClassName
{
color: #335659;
}
</style>
background-color css
<style>
a { background-color: #335659; }
a { background-color: rgb(51,86,89); }
div.DivClassName
{
background-color: #335659;
}
.BgClassName
{
background-color: #335659;
}
</style>
border-color css
<style>
span { border-color: #335659; }
span { border-color: rgb(51,86,89); }
td.TdClassName
{
border-color: #335659;
}
.TagClassName
{
border-color: #335659;
}
</style>