Shades of Oracle #345255
Tints of Oracle #345255
RGB
CMYK
RGB Variations
Color information
#345255 (or 0x345255) is known color: Oracle. HEX triplet: 34, 52 and 55. RGB value is (52,82,85). Sum of RGB (Red+Green+Blue) = 52+82+85=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #345255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345255 is #CBADAA. Grayscale: #494949. Windows color (decimal): -13348267 or 5591604. OLE color: 5591604.
HSL color Cylindrical-coordinate representation of color #345255: hue angle of 185.45º 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 #345255 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 82 | 85 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.67 |
| HSL | 185.45º | 0.24% | 0.27% | - |
| HSV(B) | 185.45º | 0.39% | 0.33% | - |
| XYZ | 6.07 | 7.42 | 9.71 | - |
| YUV | 73.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 85 | 0.39 | 0.04 | 0 | 0.67 | 185.45 | 0.24 | 0.27 |
| Hex | 34 | 52 | 55 | 27 | 4 | 0 | 43 | B9 | 18 | 1B |
| Octal | 64 | 122 | 125 | 47 | 4 | 0 | 103 | 271 | 30 | 33 |
| Binary | 110100 | 1010010 | 1010101 | 100111 | 100 | 0 | 1000011 | 10111001 | 11000 | 11011 |
Color Harmonies of #345255
Complementary color
Monochromatic Colors of #345255
Black with #345255
Text Example
Text Example
White with #345255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345255; }
p { color: rgb(52,82,85); }
H1.HeaderClassName
{
color: #345255;
}
.AnyTagClassName
{
color: #345255;
}
</style>
background-color css
<style>
a { background-color: #345255; }
a { background-color: rgb(52,82,85); }
div.DivClassName
{
background-color: #345255;
}
.BgClassName
{
background-color: #345255;
}
</style>
border-color css
<style>
span { border-color: #345255; }
span { border-color: rgb(52,82,85); }
td.TdClassName
{
border-color: #345255;
}
.TagClassName
{
border-color: #345255;
}
</style>