Shades of Oracle #395151
Tints of Oracle #395151
RGB
CMYK
RGB Variations
Color information
#395151 (or 0x395151) is known color: Oracle. HEX triplet: 39, 51 and 51. RGB value is (57,81,81). Sum of RGB (Red+Green+Blue) = 57+81+81=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #395151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395151 is #C6AEAE. Grayscale: #494949. Windows color (decimal): -13020847 or 5329209. OLE color: 5329209.
HSL color Cylindrical-coordinate representation of color #395151: hue angle of 180º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #395151 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 81 | 81 | - |
| CMYK | 0.30 | 0 | 0 | 0.68 |
| HSL | 180º | 0.17% | 0.27% | - |
| HSV(B) | 180º | 0.3% | 0.32% | - |
| XYZ | 6.11 | 7.35 | 8.88 | - |
| YUV | 73.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 81 | 81 | 0.30 | 0 | 0 | 0.68 | 180 | 0.17 | 0.27 |
| Hex | 39 | 51 | 51 | 1E | 0 | 0 | 44 | B4 | 11 | 1B |
| Octal | 71 | 121 | 121 | 36 | 0 | 0 | 104 | 264 | 21 | 33 |
| Binary | 111001 | 1010001 | 1010001 | 11110 | 0 | 0 | 1000100 | 10110100 | 10001 | 11011 |
Color Harmonies of #395151
Complementary color
Monochromatic Colors of #395151
Black with #395151
Text Example
Text Example
White with #395151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395151; }
p { color: rgb(57,81,81); }
H1.HeaderClassName
{
color: #395151;
}
.AnyTagClassName
{
color: #395151;
}
</style>
background-color css
<style>
a { background-color: #395151; }
a { background-color: rgb(57,81,81); }
div.DivClassName
{
background-color: #395151;
}
.BgClassName
{
background-color: #395151;
}
</style>
border-color css
<style>
span { border-color: #395151; }
span { border-color: rgb(57,81,81); }
td.TdClassName
{
border-color: #395151;
}
.TagClassName
{
border-color: #395151;
}
</style>