Shades of Oracle #395152
Tints of Oracle #395152
RGB
CMYK
RGB Variations
Color information
#395152 (or 0x395152) is known color: Oracle. HEX triplet: 39, 51 and 52. RGB value is (57,81,82). Sum of RGB (Red+Green+Blue) = 57+81+82=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 82 - color contains mainly: blue. Hex color #395152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395152 is #C6AEAD. Grayscale: #494949. Windows color (decimal): -13020846 or 5394745. OLE color: 5394745.
HSL color Cylindrical-coordinate representation of color #395152: hue angle of 182.4º degrees, saturation: 0.18, 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 #395152 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 81 | 82 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.68 |
| HSL | 182.4º | 0.18% | 0.27% | - |
| HSV(B) | 182.4º | 0.3% | 0.32% | - |
| XYZ | 6.15 | 7.36 | 9.08 | - |
| YUV | 73.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 81 | 82 | 0.30 | 0.01 | 0 | 0.68 | 182.4 | 0.18 | 0.27 |
| Hex | 39 | 51 | 52 | 1E | 1 | 0 | 44 | B6 | 12 | 1B |
| Octal | 71 | 121 | 122 | 36 | 1 | 0 | 104 | 266 | 22 | 33 |
| Binary | 111001 | 1010001 | 1010010 | 11110 | 1 | 0 | 1000100 | 10110110 | 10010 | 11011 |
Color Harmonies of #395152
Complementary color
Monochromatic Colors of #395152
Black with #395152
Text Example
Text Example
White with #395152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395152; }
p { color: rgb(57,81,82); }
H1.HeaderClassName
{
color: #395152;
}
.AnyTagClassName
{
color: #395152;
}
</style>
background-color css
<style>
a { background-color: #395152; }
a { background-color: rgb(57,81,82); }
div.DivClassName
{
background-color: #395152;
}
.BgClassName
{
background-color: #395152;
}
</style>
border-color css
<style>
span { border-color: #395152; }
span { border-color: rgb(57,81,82); }
td.TdClassName
{
border-color: #395152;
}
.TagClassName
{
border-color: #395152;
}
</style>