Shades of Oracle #345E60
Tints of Oracle #345E60
RGB
CMYK
RGB Variations
Color information
#345E60 (or 0x345E60) is known color: Oracle. HEX triplet: 34, 5E and 60. RGB value is (52,94,96). Sum of RGB (Red+Green+Blue) = 52+94+96=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #345E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345E60 is #CBA19F. Grayscale: #515151. Windows color (decimal): -13345184 or 6315572. OLE color: 6315572.
HSL color Cylindrical-coordinate representation of color #345E60: hue angle of 182.73º 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 #345E60 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 94 | 96 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.62 |
| HSL | 182.73º | 0.3% | 0.29% | - |
| HSV(B) | 182.73º | 0.46% | 0.38% | - |
| XYZ | 7.53 | 9.58 | 12.52 | - |
| YUV | 81.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 96 | 0.46 | 0.02 | 0 | 0.62 | 182.73 | 0.3 | 0.29 |
| Hex | 34 | 5E | 60 | 2E | 2 | 0 | 3E | B7 | 1E | 1D |
| Octal | 64 | 136 | 140 | 56 | 2 | 0 | 76 | 267 | 36 | 35 |
| Binary | 110100 | 1011110 | 1100000 | 101110 | 10 | 0 | 111110 | 10110111 | 11110 | 11101 |
Color Harmonies of #345E60
Complementary color
Monochromatic Colors of #345E60
Black with #345E60
Text Example
Text Example
White with #345E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E60; }
p { color: rgb(52,94,96); }
H1.HeaderClassName
{
color: #345E60;
}
.AnyTagClassName
{
color: #345E60;
}
</style>
background-color css
<style>
a { background-color: #345E60; }
a { background-color: rgb(52,94,96); }
div.DivClassName
{
background-color: #345E60;
}
.BgClassName
{
background-color: #345E60;
}
</style>
border-color css
<style>
span { border-color: #345E60; }
span { border-color: rgb(52,94,96); }
td.TdClassName
{
border-color: #345E60;
}
.TagClassName
{
border-color: #345E60;
}
</style>