Shades of Oracle #345656
Tints of Oracle #345656
RGB
CMYK
RGB Variations
Color information
#345656 (or 0x345656) is known color: Oracle. HEX triplet: 34, 56 and 56. RGB value is (52,86,86). Sum of RGB (Red+Green+Blue) = 52+86+86=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #345656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345656 is #CBA9A9. Grayscale: #4B4B4B. Windows color (decimal): -13347242 or 5658164. OLE color: 5658164.
HSL color Cylindrical-coordinate representation of color #345656: hue angle of 180º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345656 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 86 | 86 | - |
| CMYK | 0.40 | 0 | 0 | 0.66 |
| HSL | 180º | 0.25% | 0.27% | - |
| HSV(B) | 180º | 0.4% | 0.34% | - |
| XYZ | 6.42 | 8.06 | 10.02 | - |
| YUV | 75.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 86 | 0.40 | 0 | 0 | 0.66 | 180 | 0.25 | 0.27 |
| Hex | 34 | 56 | 56 | 28 | 0 | 0 | 42 | B4 | 19 | 1B |
| Octal | 64 | 126 | 126 | 50 | 0 | 0 | 102 | 264 | 31 | 33 |
| Binary | 110100 | 1010110 | 1010110 | 101000 | 0 | 0 | 1000010 | 10110100 | 11001 | 11011 |
Color Harmonies of #345656
Complementary color
Monochromatic Colors of #345656
Black with #345656
Text Example
Text Example
White with #345656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345656; }
p { color: rgb(52,86,86); }
H1.HeaderClassName
{
color: #345656;
}
.AnyTagClassName
{
color: #345656;
}
</style>
background-color css
<style>
a { background-color: #345656; }
a { background-color: rgb(52,86,86); }
div.DivClassName
{
background-color: #345656;
}
.BgClassName
{
background-color: #345656;
}
</style>
border-color css
<style>
span { border-color: #345656; }
span { border-color: rgb(52,86,86); }
td.TdClassName
{
border-color: #345656;
}
.TagClassName
{
border-color: #345656;
}
</style>