Shades of Oracle #3F5556
Tints of Oracle #3F5556
RGB
CMYK
RGB Variations
Color information
#3F5556 (or 0x3F5556) is known color: Oracle. HEX triplet: 3F, 55 and 56. RGB value is (63,85,86). Sum of RGB (Red+Green+Blue) = 63+85+86=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F5556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5556 is #C0AAA9. Grayscale: #4E4E4E. Windows color (decimal): -12626602 or 5657919. OLE color: 5657919.
HSL color Cylindrical-coordinate representation of color #3F5556: hue angle of 182.61º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F5556 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 85 | 86 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.66 |
| HSL | 182.61º | 0.15% | 0.29% | - |
| HSV(B) | 182.61º | 0.27% | 0.34% | - |
| XYZ | 6.98 | 8.23 | 10.02 | - |
| YUV | 78.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 86 | 0.27 | 0.01 | 0 | 0.66 | 182.61 | 0.15 | 0.29 |
| Hex | 3F | 55 | 56 | 1B | 1 | 0 | 42 | B7 | F | 1D |
| Octal | 77 | 125 | 126 | 33 | 1 | 0 | 102 | 267 | 17 | 35 |
| Binary | 111111 | 1010101 | 1010110 | 11011 | 1 | 0 | 1000010 | 10110111 | 1111 | 11101 |
Color Harmonies of #3F5556
Complementary color
Monochromatic Colors of #3F5556
Black with #3F5556
Text Example
Text Example
White with #3F5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5556; }
p { color: rgb(63,85,86); }
H1.HeaderClassName
{
color: #3F5556;
}
.AnyTagClassName
{
color: #3F5556;
}
</style>
background-color css
<style>
a { background-color: #3F5556; }
a { background-color: rgb(63,85,86); }
div.DivClassName
{
background-color: #3F5556;
}
.BgClassName
{
background-color: #3F5556;
}
</style>
border-color css
<style>
span { border-color: #3F5556; }
span { border-color: rgb(63,85,86); }
td.TdClassName
{
border-color: #3F5556;
}
.TagClassName
{
border-color: #3F5556;
}
</style>