Shades of Oracle #345C61
Tints of Oracle #345C61
RGB
CMYK
RGB Variations
Color information
#345C61 (or 0x345C61) is known color: Oracle. HEX triplet: 34, 5C and 61. RGB value is (52,92,97). Sum of RGB (Red+Green+Blue) = 52+92+97=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #345C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C61 is #CBA39E. Grayscale: #505050. Windows color (decimal): -13345695 or 6380596. OLE color: 6380596.
HSL color Cylindrical-coordinate representation of color #345C61: hue angle of 186.67º 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 #345C61 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 92 | 97 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.62 |
| HSL | 186.67º | 0.3% | 0.29% | - |
| HSV(B) | 186.67º | 0.46% | 0.38% | - |
| XYZ | 7.4 | 9.25 | 12.7 | - |
| YUV | 80.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 97 | 0.46 | 0.05 | 0 | 0.62 | 186.67 | 0.3 | 0.29 |
| Hex | 34 | 5C | 61 | 2E | 5 | 0 | 3E | BB | 1E | 1D |
| Octal | 64 | 134 | 141 | 56 | 5 | 0 | 76 | 273 | 36 | 35 |
| Binary | 110100 | 1011100 | 1100001 | 101110 | 101 | 0 | 111110 | 10111011 | 11110 | 11101 |
Color Harmonies of #345C61
Complementary color
Monochromatic Colors of #345C61
Black with #345C61
Text Example
Text Example
White with #345C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C61; }
p { color: rgb(52,92,97); }
H1.HeaderClassName
{
color: #345C61;
}
.AnyTagClassName
{
color: #345C61;
}
</style>
background-color css
<style>
a { background-color: #345C61; }
a { background-color: rgb(52,92,97); }
div.DivClassName
{
background-color: #345C61;
}
.BgClassName
{
background-color: #345C61;
}
</style>
border-color css
<style>
span { border-color: #345C61; }
span { border-color: rgb(52,92,97); }
td.TdClassName
{
border-color: #345C61;
}
.TagClassName
{
border-color: #345C61;
}
</style>