Shades of Oracle #345F60
Tints of Oracle #345F60
RGB
CMYK
RGB Variations
Color information
#345F60 (or 0x345F60) is known color: Oracle. HEX triplet: 34, 5F and 60. RGB value is (52,95,96). Sum of RGB (Red+Green+Blue) = 52+95+96=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #345F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F60 is #CBA09F. Grayscale: #525252. Windows color (decimal): -13344928 or 6315828. OLE color: 6315828.
HSL color Cylindrical-coordinate representation of color #345F60: hue angle of 181.36º 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 #345F60 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 95 | 96 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.62 |
| HSL | 181.36º | 0.3% | 0.29% | - |
| HSV(B) | 181.36º | 0.46% | 0.38% | - |
| XYZ | 7.62 | 9.76 | 12.55 | - |
| YUV | 82.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 96 | 0.46 | 0.01 | 0 | 0.62 | 181.36 | 0.3 | 0.29 |
| Hex | 34 | 5F | 60 | 2E | 1 | 0 | 3E | B5 | 1E | 1D |
| Octal | 64 | 137 | 140 | 56 | 1 | 0 | 76 | 265 | 36 | 35 |
| Binary | 110100 | 1011111 | 1100000 | 101110 | 1 | 0 | 111110 | 10110101 | 11110 | 11101 |
Color Harmonies of #345F60
Complementary color
Monochromatic Colors of #345F60
Black with #345F60
Text Example
Text Example
White with #345F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F60; }
p { color: rgb(52,95,96); }
H1.HeaderClassName
{
color: #345F60;
}
.AnyTagClassName
{
color: #345F60;
}
</style>
background-color css
<style>
a { background-color: #345F60; }
a { background-color: rgb(52,95,96); }
div.DivClassName
{
background-color: #345F60;
}
.BgClassName
{
background-color: #345F60;
}
</style>
border-color css
<style>
span { border-color: #345F60; }
span { border-color: rgb(52,95,96); }
td.TdClassName
{
border-color: #345F60;
}
.TagClassName
{
border-color: #345F60;
}
</style>