Shades of Oracle #395B5B
Tints of Oracle #395B5B
RGB
CMYK
RGB Variations
Color information
#395B5B (or 0x395B5B) is known color: Oracle. HEX triplet: 39, 5B and 5B. RGB value is (57,91,91). Sum of RGB (Red+Green+Blue) = 57+91+91=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #395B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B5B is #C6A4A4. Grayscale: #505050. Windows color (decimal): -13018277 or 5987129. OLE color: 5987129.
HSL color Cylindrical-coordinate representation of color #395B5B: hue angle of 180º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395B5B is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 57 | 91 | 91 | - |
| CMYK | 0.37 | 0 | 0 | 0.64 |
| HSL | 180º | 0.23% | 0.29% | - |
| HSV(B) | 180º | 0.37% | 0.36% | - |
| XYZ | 7.32 | 9.11 | 11.27 | - |
| YUV | 80.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 91 | 0.37 | 0 | 0 | 0.64 | 180 | 0.23 | 0.29 |
| Hex | 39 | 5B | 5B | 25 | 0 | 0 | 40 | B4 | 17 | 1D |
| Octal | 71 | 133 | 133 | 45 | 0 | 0 | 100 | 264 | 27 | 35 |
| Binary | 111001 | 1011011 | 1011011 | 100101 | 0 | 0 | 1000000 | 10110100 | 10111 | 11101 |
Color Harmonies of #395B5B
Complementary color
Monochromatic Colors of #395B5B
Black with #395B5B
Text Example
Text Example
White with #395B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395B5B; }
p { color: rgb(57,91,91); }
H1.HeaderClassName
{
color: #395B5B;
}
.AnyTagClassName
{
color: #395B5B;
}
</style>
background-color css
<style>
a { background-color: #395B5B; }
a { background-color: rgb(57,91,91); }
div.DivClassName
{
background-color: #395B5B;
}
.BgClassName
{
background-color: #395B5B;
}
</style>
border-color css
<style>
span { border-color: #395B5B; }
span { border-color: rgb(57,91,91); }
td.TdClassName
{
border-color: #395B5B;
}
.TagClassName
{
border-color: #395B5B;
}
</style>