Shades of Oracle #3F5253
Tints of Oracle #3F5253
RGB
CMYK
RGB Variations
Color information
#3F5253 (or 0x3F5253) is known color: Oracle. HEX triplet: 3F, 52 and 53. RGB value is (63,82,83). Sum of RGB (Red+Green+Blue) = 63+82+83=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F5253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5253 is #C0ADAC. Grayscale: #4C4C4C. Windows color (decimal): -12627373 or 5460543. OLE color: 5460543.
HSL color Cylindrical-coordinate representation of color #3F5253: hue angle of 183º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F5253 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 82 | 83 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.67 |
| HSL | 183º | 0.14% | 0.29% | - |
| HSV(B) | 183º | 0.24% | 0.33% | - |
| XYZ | 6.63 | 7.72 | 9.32 | - |
| YUV | 76.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 83 | 0.24 | 0.01 | 0 | 0.67 | 183 | 0.14 | 0.29 |
| Hex | 3F | 52 | 53 | 18 | 1 | 0 | 43 | B7 | E | 1D |
| Octal | 77 | 122 | 123 | 30 | 1 | 0 | 103 | 267 | 16 | 35 |
| Binary | 111111 | 1010010 | 1010011 | 11000 | 1 | 0 | 1000011 | 10110111 | 1110 | 11101 |
Color Harmonies of #3F5253
Complementary color
Monochromatic Colors of #3F5253
Black with #3F5253
Text Example
Text Example
White with #3F5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5253; }
p { color: rgb(63,82,83); }
H1.HeaderClassName
{
color: #3F5253;
}
.AnyTagClassName
{
color: #3F5253;
}
</style>
background-color css
<style>
a { background-color: #3F5253; }
a { background-color: rgb(63,82,83); }
div.DivClassName
{
background-color: #3F5253;
}
.BgClassName
{
background-color: #3F5253;
}
</style>
border-color css
<style>
span { border-color: #3F5253; }
span { border-color: rgb(63,82,83); }
td.TdClassName
{
border-color: #3F5253;
}
.TagClassName
{
border-color: #3F5253;
}
</style>