Shades of Oracle #345252
Tints of Oracle #345252
RGB
CMYK
RGB Variations
Color information
#345252 (or 0x345252) is known color: Oracle. HEX triplet: 34, 52 and 52. RGB value is (52,82,82). Sum of RGB (Red+Green+Blue) = 52+82+82=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #345252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345252 is #CBADAD. Grayscale: #494949. Windows color (decimal): -13348270 or 5394996. OLE color: 5394996.
HSL color Cylindrical-coordinate representation of color #345252: hue angle of 180º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345252 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 82 | 82 | - |
| CMYK | 0.37 | 0 | 0 | 0.68 |
| HSL | 180º | 0.22% | 0.26% | - |
| HSV(B) | 180º | 0.37% | 0.32% | - |
| XYZ | 5.96 | 7.37 | 9.09 | - |
| YUV | 73.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 82 | 0.37 | 0 | 0 | 0.68 | 180 | 0.22 | 0.26 |
| Hex | 34 | 52 | 52 | 25 | 0 | 0 | 44 | B4 | 16 | 1A |
| Octal | 64 | 122 | 122 | 45 | 0 | 0 | 104 | 264 | 26 | 32 |
| Binary | 110100 | 1010010 | 1010010 | 100101 | 0 | 0 | 1000100 | 10110100 | 10110 | 11010 |
Color Harmonies of #345252
Complementary color
Monochromatic Colors of #345252
Black with #345252
Text Example
Text Example
White with #345252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345252; }
p { color: rgb(52,82,82); }
H1.HeaderClassName
{
color: #345252;
}
.AnyTagClassName
{
color: #345252;
}
</style>
background-color css
<style>
a { background-color: #345252; }
a { background-color: rgb(52,82,82); }
div.DivClassName
{
background-color: #345252;
}
.BgClassName
{
background-color: #345252;
}
</style>
border-color css
<style>
span { border-color: #345252; }
span { border-color: rgb(52,82,82); }
td.TdClassName
{
border-color: #345252;
}
.TagClassName
{
border-color: #345252;
}
</style>