Shades of Oracle #345D60
Tints of Oracle #345D60
RGB
CMYK
RGB Variations
Color information
#345D60 (or 0x345D60) is known color: Oracle. HEX triplet: 34, 5D and 60. RGB value is (52,93,96). Sum of RGB (Red+Green+Blue) = 52+93+96=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #345D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D60 is #CBA29F. Grayscale: #515151. Windows color (decimal): -13345440 or 6315316. OLE color: 6315316.
HSL color Cylindrical-coordinate representation of color #345D60: hue angle of 184.09º 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 #345D60 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 93 | 96 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.62 |
| HSL | 184.09º | 0.3% | 0.29% | - |
| HSV(B) | 184.09º | 0.46% | 0.38% | - |
| XYZ | 7.44 | 9.4 | 12.49 | - |
| YUV | 81.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 96 | 0.46 | 0.03 | 0 | 0.62 | 184.09 | 0.3 | 0.29 |
| Hex | 34 | 5D | 60 | 2E | 3 | 0 | 3E | B8 | 1E | 1D |
| Octal | 64 | 135 | 140 | 56 | 3 | 0 | 76 | 270 | 36 | 35 |
| Binary | 110100 | 1011101 | 1100000 | 101110 | 11 | 0 | 111110 | 10111000 | 11110 | 11101 |
Color Harmonies of #345D60
Complementary color
Monochromatic Colors of #345D60
Black with #345D60
Text Example
Text Example
White with #345D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D60; }
p { color: rgb(52,93,96); }
H1.HeaderClassName
{
color: #345D60;
}
.AnyTagClassName
{
color: #345D60;
}
</style>
background-color css
<style>
a { background-color: #345D60; }
a { background-color: rgb(52,93,96); }
div.DivClassName
{
background-color: #345D60;
}
.BgClassName
{
background-color: #345D60;
}
</style>
border-color css
<style>
span { border-color: #345D60; }
span { border-color: rgb(52,93,96); }
td.TdClassName
{
border-color: #345D60;
}
.TagClassName
{
border-color: #345D60;
}
</style>