Shades of Oracle #3F5759
Tints of Oracle #3F5759
RGB
CMYK
RGB Variations
Color information
#3F5759 (or 0x3F5759) is known color: Oracle. HEX triplet: 3F, 57 and 59. RGB value is (63,87,89). Sum of RGB (Red+Green+Blue) = 63+87+89=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F5759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5759 is #C0A8A6. Grayscale: #505050. Windows color (decimal): -12626087 or 5855039. OLE color: 5855039.
HSL color Cylindrical-coordinate representation of color #3F5759: hue angle of 184.62º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F5759 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 87 | 89 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.65 |
| HSL | 184.62º | 0.17% | 0.3% | - |
| HSV(B) | 184.62º | 0.29% | 0.35% | - |
| XYZ | 7.26 | 8.59 | 10.73 | - |
| YUV | 80.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 89 | 0.29 | 0.02 | 0 | 0.65 | 184.62 | 0.17 | 0.3 |
| Hex | 3F | 57 | 59 | 1D | 2 | 0 | 41 | B9 | 11 | 1E |
| Octal | 77 | 127 | 131 | 35 | 2 | 0 | 101 | 271 | 21 | 36 |
| Binary | 111111 | 1010111 | 1011001 | 11101 | 10 | 0 | 1000001 | 10111001 | 10001 | 11110 |
Color Harmonies of #3F5759
Complementary color
Monochromatic Colors of #3F5759
Black with #3F5759
Text Example
Text Example
White with #3F5759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5759; }
p { color: rgb(63,87,89); }
H1.HeaderClassName
{
color: #3F5759;
}
.AnyTagClassName
{
color: #3F5759;
}
</style>
background-color css
<style>
a { background-color: #3F5759; }
a { background-color: rgb(63,87,89); }
div.DivClassName
{
background-color: #3F5759;
}
.BgClassName
{
background-color: #3F5759;
}
</style>
border-color css
<style>
span { border-color: #3F5759; }
span { border-color: rgb(63,87,89); }
td.TdClassName
{
border-color: #3F5759;
}
.TagClassName
{
border-color: #3F5759;
}
</style>