Shades of Oracle #34575C
Tints of Oracle #34575C
RGB
CMYK
RGB Variations
Color information
#34575C (or 0x34575C) is known color: Oracle. HEX triplet: 34, 57 and 5C. RGB value is (52,87,92). Sum of RGB (Red+Green+Blue) = 52+87+92=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #34575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34575C is #CBA8A3. Grayscale: #4D4D4D. Windows color (decimal): -13346980 or 6051636. OLE color: 6051636.
HSL color Cylindrical-coordinate representation of color #34575C: hue angle of 187.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 #34575C is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 87 | 92 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.64 |
| HSL | 187.5º | 0.28% | 0.28% | - |
| HSV(B) | 187.5º | 0.43% | 0.36% | - |
| XYZ | 6.76 | 8.32 | 11.37 | - |
| YUV | 77.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 92 | 0.43 | 0.05 | 0 | 0.64 | 187.5 | 0.28 | 0.28 |
| Hex | 34 | 57 | 5C | 2B | 5 | 0 | 40 | BC | 1C | 1C |
| Octal | 64 | 127 | 134 | 53 | 5 | 0 | 100 | 274 | 34 | 34 |
| Binary | 110100 | 1010111 | 1011100 | 101011 | 101 | 0 | 1000000 | 10111100 | 11100 | 11100 |
Color Harmonies of #34575C
Complementary color
Monochromatic Colors of #34575C
Black with #34575C
Text Example
Text Example
White with #34575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34575C; }
p { color: rgb(52,87,92); }
H1.HeaderClassName
{
color: #34575C;
}
.AnyTagClassName
{
color: #34575C;
}
</style>
background-color css
<style>
a { background-color: #34575C; }
a { background-color: rgb(52,87,92); }
div.DivClassName
{
background-color: #34575C;
}
.BgClassName
{
background-color: #34575C;
}
</style>
border-color css
<style>
span { border-color: #34575C; }
span { border-color: rgb(52,87,92); }
td.TdClassName
{
border-color: #34575C;
}
.TagClassName
{
border-color: #34575C;
}
</style>