Shades of Oracle #3F5354
Tints of Oracle #3F5354
RGB
CMYK
RGB Variations
Color information
#3F5354 (or 0x3F5354) is known color: Oracle. HEX triplet: 3F, 53 and 54. RGB value is (63,83,84). Sum of RGB (Red+Green+Blue) = 63+83+84=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F5354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5354 is #C0ACAB. Grayscale: #4D4D4D. Windows color (decimal): -12627116 or 5526335. OLE color: 5526335.
HSL color Cylindrical-coordinate representation of color #3F5354: hue angle of 182.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F5354 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 84 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.67 |
| HSL | 182.86º | 0.14% | 0.29% | - |
| HSV(B) | 182.86º | 0.25% | 0.33% | - |
| XYZ | 6.74 | 7.88 | 9.55 | - |
| YUV | 77.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 84 | 0.25 | 0.01 | 0 | 0.67 | 182.86 | 0.14 | 0.29 |
| Hex | 3F | 53 | 54 | 19 | 1 | 0 | 43 | B7 | E | 1D |
| Octal | 77 | 123 | 124 | 31 | 1 | 0 | 103 | 267 | 16 | 35 |
| Binary | 111111 | 1010011 | 1010100 | 11001 | 1 | 0 | 1000011 | 10110111 | 1110 | 11101 |
Color Harmonies of #3F5354
Complementary color
Monochromatic Colors of #3F5354
Black with #3F5354
Text Example
Text Example
White with #3F5354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5354; }
p { color: rgb(63,83,84); }
H1.HeaderClassName
{
color: #3F5354;
}
.AnyTagClassName
{
color: #3F5354;
}
</style>
background-color css
<style>
a { background-color: #3F5354; }
a { background-color: rgb(63,83,84); }
div.DivClassName
{
background-color: #3F5354;
}
.BgClassName
{
background-color: #3F5354;
}
</style>
border-color css
<style>
span { border-color: #3F5354; }
span { border-color: rgb(63,83,84); }
td.TdClassName
{
border-color: #3F5354;
}
.TagClassName
{
border-color: #3F5354;
}
</style>