Shades of Oracle #3F5D5D
Tints of Oracle #3F5D5D
RGB
CMYK
RGB Variations
Color information
#3F5D5D (or 0x3F5D5D) is known color: Oracle. HEX triplet: 3F, 5D and 5D. RGB value is (63,93,93). Sum of RGB (Red+Green+Blue) = 63+93+93=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #3F5D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5D5D is #C0A2A2. Grayscale: #545454. Windows color (decimal): -12624547 or 6118719. OLE color: 6118719.
HSL color Cylindrical-coordinate representation of color #3F5D5D: hue angle of 180º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5D5D is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 93 | 93 | - |
| CMYK | 0.32 | 0 | 0 | 0.64 |
| HSL | 180º | 0.19% | 0.31% | - |
| HSV(B) | 180º | 0.32% | 0.36% | - |
| XYZ | 7.94 | 9.68 | 11.81 | - |
| YUV | 84.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 93 | 0.32 | 0 | 0 | 0.64 | 180 | 0.19 | 0.31 |
| Hex | 3F | 5D | 5D | 20 | 0 | 0 | 40 | B4 | 13 | 1F |
| Octal | 77 | 135 | 135 | 40 | 0 | 0 | 100 | 264 | 23 | 37 |
| Binary | 111111 | 1011101 | 1011101 | 100000 | 0 | 0 | 1000000 | 10110100 | 10011 | 11111 |
Color Harmonies of #3F5D5D
Complementary color
Monochromatic Colors of #3F5D5D
Black with #3F5D5D
Text Example
Text Example
White with #3F5D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5D5D; }
p { color: rgb(63,93,93); }
H1.HeaderClassName
{
color: #3F5D5D;
}
.AnyTagClassName
{
color: #3F5D5D;
}
</style>
background-color css
<style>
a { background-color: #3F5D5D; }
a { background-color: rgb(63,93,93); }
div.DivClassName
{
background-color: #3F5D5D;
}
.BgClassName
{
background-color: #3F5D5D;
}
</style>
border-color css
<style>
span { border-color: #3F5D5D; }
span { border-color: rgb(63,93,93); }
td.TdClassName
{
border-color: #3F5D5D;
}
.TagClassName
{
border-color: #3F5D5D;
}
</style>