Shades of Oracle #34585C
Tints of Oracle #34585C
RGB
CMYK
RGB Variations
Color information
#34585C (or 0x34585C) is known color: Oracle. HEX triplet: 34, 58 and 5C. RGB value is (52,88,92). Sum of RGB (Red+Green+Blue) = 52+88+92=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #34585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34585C is #CBA7A3. Grayscale: #4D4D4D. Windows color (decimal): -13346724 or 6051892. OLE color: 6051892.
HSL color Cylindrical-coordinate representation of color #34585C: hue angle of 186º 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 #34585C is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 88 | 92 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.64 |
| HSL | 186º | 0.28% | 0.28% | - |
| HSV(B) | 186º | 0.43% | 0.36% | - |
| XYZ | 6.84 | 8.48 | 11.4 | - |
| YUV | 77.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 92 | 0.43 | 0.04 | 0 | 0.64 | 186 | 0.28 | 0.28 |
| Hex | 34 | 58 | 5C | 2B | 4 | 0 | 40 | BA | 1C | 1C |
| Octal | 64 | 130 | 134 | 53 | 4 | 0 | 100 | 272 | 34 | 34 |
| Binary | 110100 | 1011000 | 1011100 | 101011 | 100 | 0 | 1000000 | 10111010 | 11100 | 11100 |
Color Harmonies of #34585C
Complementary color
Monochromatic Colors of #34585C
Black with #34585C
Text Example
Text Example
White with #34585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34585C; }
p { color: rgb(52,88,92); }
H1.HeaderClassName
{
color: #34585C;
}
.AnyTagClassName
{
color: #34585C;
}
</style>
background-color css
<style>
a { background-color: #34585C; }
a { background-color: rgb(52,88,92); }
div.DivClassName
{
background-color: #34585C;
}
.BgClassName
{
background-color: #34585C;
}
</style>
border-color css
<style>
span { border-color: #34585C; }
span { border-color: rgb(52,88,92); }
td.TdClassName
{
border-color: #34585C;
}
.TagClassName
{
border-color: #34585C;
}
</style>