Shades of Oracle #345657
Tints of Oracle #345657
RGB
CMYK
RGB Variations
Color information
#345657 (or 0x345657) is known color: Oracle. HEX triplet: 34, 56 and 57. RGB value is (52,86,87). Sum of RGB (Red+Green+Blue) = 52+86+87=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #345657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345657 is #CBA9A8. Grayscale: #4B4B4B. Windows color (decimal): -13347241 or 5723700. OLE color: 5723700.
HSL color Cylindrical-coordinate representation of color #345657: hue angle of 181.71º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345657 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 86 | 87 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.66 |
| HSL | 181.71º | 0.25% | 0.27% | - |
| HSV(B) | 181.71º | 0.4% | 0.34% | - |
| XYZ | 6.46 | 8.07 | 10.23 | - |
| YUV | 75.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 87 | 0.40 | 0.01 | 0 | 0.66 | 181.71 | 0.25 | 0.27 |
| Hex | 34 | 56 | 57 | 28 | 1 | 0 | 42 | B6 | 19 | 1B |
| Octal | 64 | 126 | 127 | 50 | 1 | 0 | 102 | 266 | 31 | 33 |
| Binary | 110100 | 1010110 | 1010111 | 101000 | 1 | 0 | 1000010 | 10110110 | 11001 | 11011 |
Color Harmonies of #345657
Complementary color
Monochromatic Colors of #345657
Black with #345657
Text Example
Text Example
White with #345657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345657; }
p { color: rgb(52,86,87); }
H1.HeaderClassName
{
color: #345657;
}
.AnyTagClassName
{
color: #345657;
}
</style>
background-color css
<style>
a { background-color: #345657; }
a { background-color: rgb(52,86,87); }
div.DivClassName
{
background-color: #345657;
}
.BgClassName
{
background-color: #345657;
}
</style>
border-color css
<style>
span { border-color: #345657; }
span { border-color: rgb(52,86,87); }
td.TdClassName
{
border-color: #345657;
}
.TagClassName
{
border-color: #345657;
}
</style>