Shades of Oracle #34595A
Tints of Oracle #34595A
RGB
CMYK
RGB Variations
Color information
#34595A (or 0x34595A) is known color: Oracle. HEX triplet: 34, 59 and 5A. RGB value is (52,89,90). Sum of RGB (Red+Green+Blue) = 52+89+90=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #34595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34595A is #CBA6A5. Grayscale: #4E4E4E. Windows color (decimal): -13346470 or 5921076. OLE color: 5921076.
HSL color Cylindrical-coordinate representation of color #34595A: hue angle of 181.58º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34595A is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 89 | 90 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.65 |
| HSL | 181.58º | 0.27% | 0.28% | - |
| HSV(B) | 181.58º | 0.42% | 0.35% | - |
| XYZ | 6.83 | 8.61 | 10.98 | - |
| YUV | 78.05 | 134.74 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 90 | 0.42 | 0.01 | 0 | 0.65 | 181.58 | 0.27 | 0.28 |
| Hex | 34 | 59 | 5A | 2A | 1 | 0 | 41 | B6 | 1B | 1C |
| Octal | 64 | 131 | 132 | 52 | 1 | 0 | 101 | 266 | 33 | 34 |
| Binary | 110100 | 1011001 | 1011010 | 101010 | 1 | 0 | 1000001 | 10110110 | 11011 | 11100 |
Color Harmonies of #34595A
Complementary color
Monochromatic Colors of #34595A
Black with #34595A
Text Example
Text Example
White with #34595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34595A; }
p { color: rgb(52,89,90); }
H1.HeaderClassName
{
color: #34595A;
}
.AnyTagClassName
{
color: #34595A;
}
</style>
background-color css
<style>
a { background-color: #34595A; }
a { background-color: rgb(52,89,90); }
div.DivClassName
{
background-color: #34595A;
}
.BgClassName
{
background-color: #34595A;
}
</style>
border-color css
<style>
span { border-color: #34595A; }
span { border-color: rgb(52,89,90); }
td.TdClassName
{
border-color: #34595A;
}
.TagClassName
{
border-color: #34595A;
}
</style>