Shades of Oracle #345C5C
Tints of Oracle #345C5C
RGB
CMYK
RGB Variations
Color information
#345C5C (or 0x345C5C) is known color: Oracle. HEX triplet: 34, 5C and 5C. RGB value is (52,92,92). Sum of RGB (Red+Green+Blue) = 52+92+92=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #345C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C5C is #CBA3A3. Grayscale: #505050. Windows color (decimal): -13345700 or 6052916. OLE color: 6052916.
HSL color Cylindrical-coordinate representation of color #345C5C: hue angle of 180º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345C5C is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 92 | - |
| CMYK | 0.43 | 0 | 0 | 0.64 |
| HSL | 180º | 0.28% | 0.28% | - |
| HSV(B) | 180º | 0.43% | 0.36% | - |
| XYZ | 7.18 | 9.16 | 11.51 | - |
| YUV | 80.04 | 134.75 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 92 | 0.43 | 0 | 0 | 0.64 | 180 | 0.28 | 0.28 |
| Hex | 34 | 5C | 5C | 2B | 0 | 0 | 40 | B4 | 1C | 1C |
| Octal | 64 | 134 | 134 | 53 | 0 | 0 | 100 | 264 | 34 | 34 |
| Binary | 110100 | 1011100 | 1011100 | 101011 | 0 | 0 | 1000000 | 10110100 | 11100 | 11100 |
Color Harmonies of #345C5C
Complementary color
Monochromatic Colors of #345C5C
Black with #345C5C
Text Example
Text Example
White with #345C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C5C; }
p { color: rgb(52,92,92); }
H1.HeaderClassName
{
color: #345C5C;
}
.AnyTagClassName
{
color: #345C5C;
}
</style>
background-color css
<style>
a { background-color: #345C5C; }
a { background-color: rgb(52,92,92); }
div.DivClassName
{
background-color: #345C5C;
}
.BgClassName
{
background-color: #345C5C;
}
</style>
border-color css
<style>
span { border-color: #345C5C; }
span { border-color: rgb(52,92,92); }
td.TdClassName
{
border-color: #345C5C;
}
.TagClassName
{
border-color: #345C5C;
}
</style>