Shades of Oracle #345856
Tints of Oracle #345856
RGB
CMYK
RGB Variations
Color information
#345856 (or 0x345856) is known color: Oracle. HEX triplet: 34, 58 and 56. RGB value is (52,88,86). Sum of RGB (Red+Green+Blue) = 52+88+86=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #345856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345856 is #CBA7A9. Grayscale: #4C4C4C. Windows color (decimal): -13346730 or 5658676. OLE color: 5658676.
HSL color Cylindrical-coordinate representation of color #345856: hue angle of 176.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #345856 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 88 | 86 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.65 |
| HSL | 176.67º | 0.26% | 0.27% | - |
| HSV(B) | 176.67º | 0.41% | 0.35% | - |
| XYZ | 6.59 | 8.38 | 10.07 | - |
| YUV | 77.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 86 | 0.41 | 0 | 0.02 | 0.65 | 176.67 | 0.26 | 0.27 |
| Hex | 34 | 58 | 56 | 29 | 0 | 2 | 41 | B1 | 1A | 1B |
| Octal | 64 | 130 | 126 | 51 | 0 | 2 | 101 | 261 | 32 | 33 |
| Binary | 110100 | 1011000 | 1010110 | 101001 | 0 | 10 | 1000001 | 10110001 | 11010 | 11011 |
Color Harmonies of #345856
Complementary color
Monochromatic Colors of #345856
Black with #345856
Text Example
Text Example
White with #345856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345856; }
p { color: rgb(52,88,86); }
H1.HeaderClassName
{
color: #345856;
}
.AnyTagClassName
{
color: #345856;
}
</style>
background-color css
<style>
a { background-color: #345856; }
a { background-color: rgb(52,88,86); }
div.DivClassName
{
background-color: #345856;
}
.BgClassName
{
background-color: #345856;
}
</style>
border-color css
<style>
span { border-color: #345856; }
span { border-color: rgb(52,88,86); }
td.TdClassName
{
border-color: #345856;
}
.TagClassName
{
border-color: #345856;
}
</style>