Shades of Oracle #345555
Tints of Oracle #345555
RGB
CMYK
RGB Variations
Color information
#345555 (or 0x345555) is known color: Oracle. HEX triplet: 34, 55 and 55. RGB value is (52,85,85). Sum of RGB (Red+Green+Blue) = 52+85+85=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #345555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345555 is #CBAAAA. Grayscale: #4B4B4B. Windows color (decimal): -13347499 or 5592372. OLE color: 5592372.
HSL color Cylindrical-coordinate representation of color #345555: hue angle of 180º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #345555 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 85 | 85 | - |
| CMYK | 0.39 | 0 | 0 | 0.67 |
| HSL | 180º | 0.24% | 0.27% | - |
| HSV(B) | 180º | 0.39% | 0.33% | - |
| XYZ | 6.3 | 7.88 | 9.78 | - |
| YUV | 75.13 | 133.57 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 85 | 0.39 | 0 | 0 | 0.67 | 180 | 0.24 | 0.27 |
| Hex | 34 | 55 | 55 | 27 | 0 | 0 | 43 | B4 | 18 | 1B |
| Octal | 64 | 125 | 125 | 47 | 0 | 0 | 103 | 264 | 30 | 33 |
| Binary | 110100 | 1010101 | 1010101 | 100111 | 0 | 0 | 1000011 | 10110100 | 11000 | 11011 |
Color Harmonies of #345555
Complementary color
Monochromatic Colors of #345555
Black with #345555
Text Example
Text Example
White with #345555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345555; }
p { color: rgb(52,85,85); }
H1.HeaderClassName
{
color: #345555;
}
.AnyTagClassName
{
color: #345555;
}
</style>
background-color css
<style>
a { background-color: #345555; }
a { background-color: rgb(52,85,85); }
div.DivClassName
{
background-color: #345555;
}
.BgClassName
{
background-color: #345555;
}
</style>
border-color css
<style>
span { border-color: #345555; }
span { border-color: rgb(52,85,85); }
td.TdClassName
{
border-color: #345555;
}
.TagClassName
{
border-color: #345555;
}
</style>