Shades of Oracle #345759
Tints of Oracle #345759
RGB
CMYK
RGB Variations
Color information
#345759 (or 0x345759) is known color: Oracle. HEX triplet: 34, 57 and 59. RGB value is (52,87,89). Sum of RGB (Red+Green+Blue) = 52+87+89=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #345759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345759 is #CBA8A6. Grayscale: #4C4C4C. Windows color (decimal): -13346983 or 5855028. OLE color: 5855028.
HSL color Cylindrical-coordinate representation of color #345759: hue angle of 183.24º degrees, saturation: 0.26, 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 #345759 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 87 | 89 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.65 |
| HSL | 183.24º | 0.26% | 0.28% | - |
| HSV(B) | 183.24º | 0.42% | 0.35% | - |
| XYZ | 6.63 | 8.27 | 10.7 | - |
| YUV | 76.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 89 | 0.42 | 0.02 | 0 | 0.65 | 183.24 | 0.26 | 0.28 |
| Hex | 34 | 57 | 59 | 2A | 2 | 0 | 41 | B7 | 1A | 1C |
| Octal | 64 | 127 | 131 | 52 | 2 | 0 | 101 | 267 | 32 | 34 |
| Binary | 110100 | 1010111 | 1011001 | 101010 | 10 | 0 | 1000001 | 10110111 | 11010 | 11100 |
Color Harmonies of #345759
Complementary color
Monochromatic Colors of #345759
Black with #345759
Text Example
Text Example
White with #345759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345759; }
p { color: rgb(52,87,89); }
H1.HeaderClassName
{
color: #345759;
}
.AnyTagClassName
{
color: #345759;
}
</style>
background-color css
<style>
a { background-color: #345759; }
a { background-color: rgb(52,87,89); }
div.DivClassName
{
background-color: #345759;
}
.BgClassName
{
background-color: #345759;
}
</style>
border-color css
<style>
span { border-color: #345759; }
span { border-color: rgb(52,87,89); }
td.TdClassName
{
border-color: #345759;
}
.TagClassName
{
border-color: #345759;
}
</style>