Shades of Oracle #345B57
Tints of Oracle #345B57
RGB
CMYK
RGB Variations
Color information
#345B57 (or 0x345B57) is known color: Oracle. HEX triplet: 34, 5B and 57. RGB value is (52,91,87). Sum of RGB (Red+Green+Blue) = 52+91+87=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 91 - color contains mainly: green. Hex color #345B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B57 is #CBA4A8. Grayscale: #4E4E4E. Windows color (decimal): -13345961 or 5724980. OLE color: 5724980.
HSL color Cylindrical-coordinate representation of color #345B57: hue angle of 173.85º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345B57 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 87 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.64 |
| HSL | 173.85º | 0.27% | 0.28% | - |
| HSV(B) | 173.85º | 0.43% | 0.36% | - |
| XYZ | 6.88 | 8.9 | 10.37 | - |
| YUV | 78.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 87 | 0.43 | 0 | 0.04 | 0.64 | 173.85 | 0.27 | 0.28 |
| Hex | 34 | 5B | 57 | 2B | 0 | 4 | 40 | AE | 1B | 1C |
| Octal | 64 | 133 | 127 | 53 | 0 | 4 | 100 | 256 | 33 | 34 |
| Binary | 110100 | 1011011 | 1010111 | 101011 | 0 | 100 | 1000000 | 10101110 | 11011 | 11100 |
Color Harmonies of #345B57
Complementary color
Monochromatic Colors of #345B57
Black with #345B57
Text Example
Text Example
White with #345B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B57; }
p { color: rgb(52,91,87); }
H1.HeaderClassName
{
color: #345B57;
}
.AnyTagClassName
{
color: #345B57;
}
</style>
background-color css
<style>
a { background-color: #345B57; }
a { background-color: rgb(52,91,87); }
div.DivClassName
{
background-color: #345B57;
}
.BgClassName
{
background-color: #345B57;
}
</style>
border-color css
<style>
span { border-color: #345B57; }
span { border-color: rgb(52,91,87); }
td.TdClassName
{
border-color: #345B57;
}
.TagClassName
{
border-color: #345B57;
}
</style>