Shades of Oracle #395859
Tints of Oracle #395859
RGB
CMYK
RGB Variations
Color information
#395859 (or 0x395859) is known color: Oracle. HEX triplet: 39, 58 and 59. RGB value is (57,88,89). Sum of RGB (Red+Green+Blue) = 57+88+89=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #395859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395859 is #C6A7A6. Grayscale: #4E4E4E. Windows color (decimal): -13019047 or 5855289. OLE color: 5855289.
HSL color Cylindrical-coordinate representation of color #395859: hue angle of 181.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395859 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 57 | 88 | 89 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.65 |
| HSL | 181.88º | 0.22% | 0.29% | - |
| HSV(B) | 181.88º | 0.36% | 0.35% | - |
| XYZ | 6.98 | 8.57 | 10.74 | - |
| YUV | 78.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 88 | 89 | 0.36 | 0.01 | 0 | 0.65 | 181.88 | 0.22 | 0.29 |
| Hex | 39 | 58 | 59 | 24 | 1 | 0 | 41 | B6 | 16 | 1D |
| Octal | 71 | 130 | 131 | 44 | 1 | 0 | 101 | 266 | 26 | 35 |
| Binary | 111001 | 1011000 | 1011001 | 100100 | 1 | 0 | 1000001 | 10110110 | 10110 | 11101 |
Color Harmonies of #395859
Complementary color
Monochromatic Colors of #395859
Black with #395859
Text Example
Text Example
White with #395859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395859; }
p { color: rgb(57,88,89); }
H1.HeaderClassName
{
color: #395859;
}
.AnyTagClassName
{
color: #395859;
}
</style>
background-color css
<style>
a { background-color: #395859; }
a { background-color: rgb(57,88,89); }
div.DivClassName
{
background-color: #395859;
}
.BgClassName
{
background-color: #395859;
}
</style>
border-color css
<style>
span { border-color: #395859; }
span { border-color: rgb(57,88,89); }
td.TdClassName
{
border-color: #395859;
}
.TagClassName
{
border-color: #395859;
}
</style>