Shades of Oracle #3F605D
Tints of Oracle #3F605D
RGB
CMYK
RGB Variations
Color information
#3F605D (or 0x3F605D) is known color: Oracle. HEX triplet: 3F, 60 and 5D. RGB value is (63,96,93). Sum of RGB (Red+Green+Blue) = 63+96+93=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #3F605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F605D is #C09FA2. Grayscale: #555555. Windows color (decimal): -12623779 or 6119487. OLE color: 6119487.
HSL color Cylindrical-coordinate representation of color #3F605D: hue angle of 174.55º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F605D is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 96 | 93 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.62 |
| HSL | 174.55º | 0.21% | 0.31% | - |
| HSV(B) | 174.55º | 0.34% | 0.38% | - |
| XYZ | 8.21 | 10.21 | 11.89 | - |
| YUV | 85.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 93 | 0.34 | 0 | 0.03 | 0.62 | 174.55 | 0.21 | 0.31 |
| Hex | 3F | 60 | 5D | 22 | 0 | 3 | 3E | AF | 15 | 1F |
| Octal | 77 | 140 | 135 | 42 | 0 | 3 | 76 | 257 | 25 | 37 |
| Binary | 111111 | 1100000 | 1011101 | 100010 | 0 | 11 | 111110 | 10101111 | 10101 | 11111 |
Color Harmonies of #3F605D
Complementary color
Monochromatic Colors of #3F605D
Black with #3F605D
Text Example
Text Example
White with #3F605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F605D; }
p { color: rgb(63,96,93); }
H1.HeaderClassName
{
color: #3F605D;
}
.AnyTagClassName
{
color: #3F605D;
}
</style>
background-color css
<style>
a { background-color: #3F605D; }
a { background-color: rgb(63,96,93); }
div.DivClassName
{
background-color: #3F605D;
}
.BgClassName
{
background-color: #3F605D;
}
</style>
border-color css
<style>
span { border-color: #3F605D; }
span { border-color: rgb(63,96,93); }
td.TdClassName
{
border-color: #3F605D;
}
.TagClassName
{
border-color: #3F605D;
}
</style>