Shades of Oracle #34595C
Tints of Oracle #34595C
RGB
CMYK
RGB Variations
Color information
#34595C (or 0x34595C) is known color: Oracle. HEX triplet: 34, 59 and 5C. RGB value is (52,89,92). Sum of RGB (Red+Green+Blue) = 52+89+92=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #34595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34595C is #CBA6A3. Grayscale: #4E4E4E. Windows color (decimal): -13346468 or 6052148. OLE color: 6052148.
HSL color Cylindrical-coordinate representation of color #34595C: hue angle of 184.5º 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 #34595C is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 89 | 92 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.64 |
| HSL | 184.5º | 0.28% | 0.28% | - |
| HSV(B) | 184.5º | 0.43% | 0.36% | - |
| XYZ | 6.92 | 8.65 | 11.43 | - |
| YUV | 78.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 92 | 0.43 | 0.03 | 0 | 0.64 | 184.5 | 0.28 | 0.28 |
| Hex | 34 | 59 | 5C | 2B | 3 | 0 | 40 | B8 | 1C | 1C |
| Octal | 64 | 131 | 134 | 53 | 3 | 0 | 100 | 270 | 34 | 34 |
| Binary | 110100 | 1011001 | 1011100 | 101011 | 11 | 0 | 1000000 | 10111000 | 11100 | 11100 |
Color Harmonies of #34595C
Complementary color
Monochromatic Colors of #34595C
Black with #34595C
Text Example
Text Example
White with #34595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34595C; }
p { color: rgb(52,89,92); }
H1.HeaderClassName
{
color: #34595C;
}
.AnyTagClassName
{
color: #34595C;
}
</style>
background-color css
<style>
a { background-color: #34595C; }
a { background-color: rgb(52,89,92); }
div.DivClassName
{
background-color: #34595C;
}
.BgClassName
{
background-color: #34595C;
}
</style>
border-color css
<style>
span { border-color: #34595C; }
span { border-color: rgb(52,89,92); }
td.TdClassName
{
border-color: #34595C;
}
.TagClassName
{
border-color: #34595C;
}
</style>