Shades of Oracle #345957
Tints of Oracle #345957
RGB
CMYK
RGB Variations
Color information
#345957 (or 0x345957) is known color: Oracle. HEX triplet: 34, 59 and 57. RGB value is (52,89,87). Sum of RGB (Red+Green+Blue) = 52+89+87=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #345957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345957 is #CBA6A8. Grayscale: #4D4D4D. Windows color (decimal): -13346473 or 5724468. OLE color: 5724468.
HSL color Cylindrical-coordinate representation of color #345957: hue angle of 176.76º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345957 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 89 | 87 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.65 |
| HSL | 176.76º | 0.26% | 0.28% | - |
| HSV(B) | 176.76º | 0.42% | 0.35% | - |
| XYZ | 6.71 | 8.56 | 10.32 | - |
| YUV | 77.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 87 | 0.42 | 0 | 0.02 | 0.65 | 176.76 | 0.26 | 0.28 |
| Hex | 34 | 59 | 57 | 2A | 0 | 2 | 41 | B1 | 1A | 1C |
| Octal | 64 | 131 | 127 | 52 | 0 | 2 | 101 | 261 | 32 | 34 |
| Binary | 110100 | 1011001 | 1010111 | 101010 | 0 | 10 | 1000001 | 10110001 | 11010 | 11100 |
Color Harmonies of #345957
Complementary color
Monochromatic Colors of #345957
Black with #345957
Text Example
Text Example
White with #345957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345957; }
p { color: rgb(52,89,87); }
H1.HeaderClassName
{
color: #345957;
}
.AnyTagClassName
{
color: #345957;
}
</style>
background-color css
<style>
a { background-color: #345957; }
a { background-color: rgb(52,89,87); }
div.DivClassName
{
background-color: #345957;
}
.BgClassName
{
background-color: #345957;
}
</style>
border-color css
<style>
span { border-color: #345957; }
span { border-color: rgb(52,89,87); }
td.TdClassName
{
border-color: #345957;
}
.TagClassName
{
border-color: #345957;
}
</style>