Shades of Oracle #345558
Tints of Oracle #345558
RGB
CMYK
RGB Variations
Color information
#345558 (or 0x345558) is known color: Oracle. HEX triplet: 34, 55 and 58. RGB value is (52,85,88). Sum of RGB (Red+Green+Blue) = 52+85+88=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #345558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345558 is #CBAAA7. Grayscale: #4B4B4B. Windows color (decimal): -13347496 or 5788980. OLE color: 5788980.
HSL color Cylindrical-coordinate representation of color #345558: hue angle of 185º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #345558 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 85 | 88 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.65 |
| HSL | 185º | 0.26% | 0.27% | - |
| HSV(B) | 185º | 0.41% | 0.35% | - |
| XYZ | 6.43 | 7.93 | 10.42 | - |
| YUV | 75.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 88 | 0.41 | 0.03 | 0 | 0.65 | 185 | 0.26 | 0.27 |
| Hex | 34 | 55 | 58 | 29 | 3 | 0 | 41 | B9 | 1A | 1B |
| Octal | 64 | 125 | 130 | 51 | 3 | 0 | 101 | 271 | 32 | 33 |
| Binary | 110100 | 1010101 | 1011000 | 101001 | 11 | 0 | 1000001 | 10111001 | 11010 | 11011 |
Color Harmonies of #345558
Complementary color
Monochromatic Colors of #345558
Black with #345558
Text Example
Text Example
White with #345558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345558; }
p { color: rgb(52,85,88); }
H1.HeaderClassName
{
color: #345558;
}
.AnyTagClassName
{
color: #345558;
}
</style>
background-color css
<style>
a { background-color: #345558; }
a { background-color: rgb(52,85,88); }
div.DivClassName
{
background-color: #345558;
}
.BgClassName
{
background-color: #345558;
}
</style>
border-color css
<style>
span { border-color: #345558; }
span { border-color: rgb(52,85,88); }
td.TdClassName
{
border-color: #345558;
}
.TagClassName
{
border-color: #345558;
}
</style>