Shades of Oracle #345D61
Tints of Oracle #345D61
RGB
CMYK
RGB Variations
Color information
#345D61 (or 0x345D61) is known color: Oracle. HEX triplet: 34, 5D and 61. RGB value is (52,93,97). Sum of RGB (Red+Green+Blue) = 52+93+97=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #345D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D61 is #CBA29E. Grayscale: #515151. Windows color (decimal): -13345439 or 6380852. OLE color: 6380852.
HSL color Cylindrical-coordinate representation of color #345D61: hue angle of 185.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #345D61 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 93 | 97 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.62 |
| HSL | 185.33º | 0.3% | 0.29% | - |
| HSV(B) | 185.33º | 0.46% | 0.38% | - |
| XYZ | 7.49 | 9.42 | 12.73 | - |
| YUV | 81.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 97 | 0.46 | 0.04 | 0 | 0.62 | 185.33 | 0.3 | 0.29 |
| Hex | 34 | 5D | 61 | 2E | 4 | 0 | 3E | B9 | 1E | 1D |
| Octal | 64 | 135 | 141 | 56 | 4 | 0 | 76 | 271 | 36 | 35 |
| Binary | 110100 | 1011101 | 1100001 | 101110 | 100 | 0 | 111110 | 10111001 | 11110 | 11101 |
Color Harmonies of #345D61
Complementary color
Monochromatic Colors of #345D61
Black with #345D61
Text Example
Text Example
White with #345D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D61; }
p { color: rgb(52,93,97); }
H1.HeaderClassName
{
color: #345D61;
}
.AnyTagClassName
{
color: #345D61;
}
</style>
background-color css
<style>
a { background-color: #345D61; }
a { background-color: rgb(52,93,97); }
div.DivClassName
{
background-color: #345D61;
}
.BgClassName
{
background-color: #345D61;
}
</style>
border-color css
<style>
span { border-color: #345D61; }
span { border-color: rgb(52,93,97); }
td.TdClassName
{
border-color: #345D61;
}
.TagClassName
{
border-color: #345D61;
}
</style>