Shades of Oracle #395C5F
Tints of Oracle #395C5F
RGB
CMYK
RGB Variations
Color information
#395C5F (or 0x395C5F) is known color: Oracle. HEX triplet: 39, 5C and 5F. RGB value is (57,92,95). Sum of RGB (Red+Green+Blue) = 57+92+95=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 95 - color contains mainly: blue. Hex color #395C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C5F is #C6A3A0. Grayscale: #515151. Windows color (decimal): -13018017 or 6249529. OLE color: 6249529.
HSL color Cylindrical-coordinate representation of color #395C5F: hue angle of 184.74º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #395C5F is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 57 | 92 | 95 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.63 |
| HSL | 184.74º | 0.25% | 0.3% | - |
| HSV(B) | 184.74º | 0.4% | 0.37% | - |
| XYZ | 7.58 | 9.35 | 12.23 | - |
| YUV | 81.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 92 | 95 | 0.40 | 0.03 | 0 | 0.63 | 184.74 | 0.25 | 0.3 |
| Hex | 39 | 5C | 5F | 28 | 3 | 0 | 3F | B9 | 19 | 1E |
| Octal | 71 | 134 | 137 | 50 | 3 | 0 | 77 | 271 | 31 | 36 |
| Binary | 111001 | 1011100 | 1011111 | 101000 | 11 | 0 | 111111 | 10111001 | 11001 | 11110 |
Color Harmonies of #395C5F
Complementary color
Monochromatic Colors of #395C5F
Black with #395C5F
Text Example
Text Example
White with #395C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395C5F; }
p { color: rgb(57,92,95); }
H1.HeaderClassName
{
color: #395C5F;
}
.AnyTagClassName
{
color: #395C5F;
}
</style>
background-color css
<style>
a { background-color: #395C5F; }
a { background-color: rgb(57,92,95); }
div.DivClassName
{
background-color: #395C5F;
}
.BgClassName
{
background-color: #395C5F;
}
</style>
border-color css
<style>
span { border-color: #395C5F; }
span { border-color: rgb(57,92,95); }
td.TdClassName
{
border-color: #395C5F;
}
.TagClassName
{
border-color: #395C5F;
}
</style>