Shades of Oracle #3F5F5C
Tints of Oracle #3F5F5C
RGB
CMYK
RGB Variations
Color information
#3F5F5C (or 0x3F5F5C) is known color: Oracle. HEX triplet: 3F, 5F and 5C. RGB value is (63,95,92). Sum of RGB (Red+Green+Blue) = 63+95+92=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 95 - color contains mainly: green. Hex color #3F5F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5F5C is #C0A0A3. Grayscale: #555555. Windows color (decimal): -12624036 or 6053695. OLE color: 6053695.
HSL color Cylindrical-coordinate representation of color #3F5F5C: hue angle of 174.38º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F5F5C is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 95 | 92 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.63 |
| HSL | 174.38º | 0.2% | 0.31% | - |
| HSV(B) | 174.38º | 0.34% | 0.37% | - |
| XYZ | 8.07 | 10.01 | 11.63 | - |
| YUV | 85.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 92 | 0.34 | 0 | 0.03 | 0.63 | 174.38 | 0.2 | 0.31 |
| Hex | 3F | 5F | 5C | 22 | 0 | 3 | 3F | AE | 14 | 1F |
| Octal | 77 | 137 | 134 | 42 | 0 | 3 | 77 | 256 | 24 | 37 |
| Binary | 111111 | 1011111 | 1011100 | 100010 | 0 | 11 | 111111 | 10101110 | 10100 | 11111 |
Color Harmonies of #3F5F5C
Complementary color
Monochromatic Colors of #3F5F5C
Black with #3F5F5C
Text Example
Text Example
White with #3F5F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F5C; }
p { color: rgb(63,95,92); }
H1.HeaderClassName
{
color: #3F5F5C;
}
.AnyTagClassName
{
color: #3F5F5C;
}
</style>
background-color css
<style>
a { background-color: #3F5F5C; }
a { background-color: rgb(63,95,92); }
div.DivClassName
{
background-color: #3F5F5C;
}
.BgClassName
{
background-color: #3F5F5C;
}
</style>
border-color css
<style>
span { border-color: #3F5F5C; }
span { border-color: rgb(63,95,92); }
td.TdClassName
{
border-color: #3F5F5C;
}
.TagClassName
{
border-color: #3F5F5C;
}
</style>