Shades of Oracle #355256
Tints of Oracle #355256
RGB
CMYK
RGB Variations
Color information
#355256 (or 0x355256) is known color: Oracle. HEX triplet: 35, 52 and 56. RGB value is (53,82,86). Sum of RGB (Red+Green+Blue) = 53+82+86=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 86 - color contains mainly: blue. Hex color #355256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355256 is #CAADA9. Grayscale: #494949. Windows color (decimal): -13282730 or 5657141. OLE color: 5657141.
HSL color Cylindrical-coordinate representation of color #355256: hue angle of 187.27º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355256 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 82 | 86 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.66 |
| HSL | 187.27º | 0.24% | 0.27% | - |
| HSV(B) | 187.27º | 0.38% | 0.34% | - |
| XYZ | 6.17 | 7.46 | 9.92 | - |
| YUV | 73.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 86 | 0.38 | 0.05 | 0 | 0.66 | 187.27 | 0.24 | 0.27 |
| Hex | 35 | 52 | 56 | 26 | 5 | 0 | 42 | BB | 18 | 1B |
| Octal | 65 | 122 | 126 | 46 | 5 | 0 | 102 | 273 | 30 | 33 |
| Binary | 110101 | 1010010 | 1010110 | 100110 | 101 | 0 | 1000010 | 10111011 | 11000 | 11011 |
Color Harmonies of #355256
Complementary color
Monochromatic Colors of #355256
Black with #355256
Text Example
Text Example
White with #355256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355256; }
p { color: rgb(53,82,86); }
H1.HeaderClassName
{
color: #355256;
}
.AnyTagClassName
{
color: #355256;
}
</style>
background-color css
<style>
a { background-color: #355256; }
a { background-color: rgb(53,82,86); }
div.DivClassName
{
background-color: #355256;
}
.BgClassName
{
background-color: #355256;
}
</style>
border-color css
<style>
span { border-color: #355256; }
span { border-color: rgb(53,82,86); }
td.TdClassName
{
border-color: #355256;
}
.TagClassName
{
border-color: #355256;
}
</style>