Shades of Oracle #345D5D
Tints of Oracle #345D5D
RGB
CMYK
RGB Variations
Color information
#345D5D (or 0x345D5D) is known color: Oracle. HEX triplet: 34, 5D and 5D. RGB value is (52,93,93). Sum of RGB (Red+Green+Blue) = 52+93+93=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #345D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D5D is #CBA2A2. Grayscale: #505050. Windows color (decimal): -13345443 or 6118708. OLE color: 6118708.
HSL color Cylindrical-coordinate representation of color #345D5D: hue angle of 180º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345D5D is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 93 | 93 | - |
| CMYK | 0.44 | 0 | 0 | 0.64 |
| HSL | 180º | 0.28% | 0.28% | - |
| HSV(B) | 180º | 0.44% | 0.36% | - |
| XYZ | 7.31 | 9.35 | 11.78 | - |
| YUV | 80.74 | 134.92 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 93 | 0.44 | 0 | 0 | 0.64 | 180 | 0.28 | 0.28 |
| Hex | 34 | 5D | 5D | 2C | 0 | 0 | 40 | B4 | 1C | 1C |
| Octal | 64 | 135 | 135 | 54 | 0 | 0 | 100 | 264 | 34 | 34 |
| Binary | 110100 | 1011101 | 1011101 | 101100 | 0 | 0 | 1000000 | 10110100 | 11100 | 11100 |
Color Harmonies of #345D5D
Complementary color
Monochromatic Colors of #345D5D
Black with #345D5D
Text Example
Text Example
White with #345D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D5D; }
p { color: rgb(52,93,93); }
H1.HeaderClassName
{
color: #345D5D;
}
.AnyTagClassName
{
color: #345D5D;
}
</style>
background-color css
<style>
a { background-color: #345D5D; }
a { background-color: rgb(52,93,93); }
div.DivClassName
{
background-color: #345D5D;
}
.BgClassName
{
background-color: #345D5D;
}
</style>
border-color css
<style>
span { border-color: #345D5D; }
span { border-color: rgb(52,93,93); }
td.TdClassName
{
border-color: #345D5D;
}
.TagClassName
{
border-color: #345D5D;
}
</style>