Shades of Oracle #345A57
Tints of Oracle #345A57
RGB
CMYK
RGB Variations
Color information
#345A57 (or 0x345A57) is known color: Oracle. HEX triplet: 34, 5A and 57. RGB value is (52,90,87). Sum of RGB (Red+Green+Blue) = 52+90+87=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #345A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A57 is #CBA5A8. Grayscale: #4E4E4E. Windows color (decimal): -13346217 or 5724724. OLE color: 5724724.
HSL color Cylindrical-coordinate representation of color #345A57: hue angle of 175.26º 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 #345A57 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 87 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.65 |
| HSL | 175.26º | 0.27% | 0.28% | - |
| HSV(B) | 175.26º | 0.42% | 0.35% | - |
| XYZ | 6.79 | 8.73 | 10.34 | - |
| YUV | 78.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 87 | 0.42 | 0 | 0.03 | 0.65 | 175.26 | 0.27 | 0.28 |
| Hex | 34 | 5A | 57 | 2A | 0 | 3 | 41 | AF | 1B | 1C |
| Octal | 64 | 132 | 127 | 52 | 0 | 3 | 101 | 257 | 33 | 34 |
| Binary | 110100 | 1011010 | 1010111 | 101010 | 0 | 11 | 1000001 | 10101111 | 11011 | 11100 |
Color Harmonies of #345A57
Complementary color
Monochromatic Colors of #345A57
Black with #345A57
Text Example
Text Example
White with #345A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A57; }
p { color: rgb(52,90,87); }
H1.HeaderClassName
{
color: #345A57;
}
.AnyTagClassName
{
color: #345A57;
}
</style>
background-color css
<style>
a { background-color: #345A57; }
a { background-color: rgb(52,90,87); }
div.DivClassName
{
background-color: #345A57;
}
.BgClassName
{
background-color: #345A57;
}
</style>
border-color css
<style>
span { border-color: #345A57; }
span { border-color: rgb(52,90,87); }
td.TdClassName
{
border-color: #345A57;
}
.TagClassName
{
border-color: #345A57;
}
</style>