Shades of Oracle #31625F
Tints of Oracle #31625F
RGB
CMYK
RGB Variations
Color information
#31625F (or 0x31625F) is known color: Oracle. HEX triplet: 31, 62 and 5F. RGB value is (49,98,95). Sum of RGB (Red+Green+Blue) = 49+98+95=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #31625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31625F is #CE9DA0. Grayscale: #525252. Windows color (decimal): -13540769 or 6251057. OLE color: 6251057.
HSL color Cylindrical-coordinate representation of color #31625F: hue angle of 176.33º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #31625F is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 95 | - |
| CMYK | 0.5 | 0 | 0.03 | 0.62 |
| HSL | 176.33º | 0.33% | 0.29% | - |
| HSV(B) | 176.33º | 0.5% | 0.38% | - |
| XYZ | 7.7 | 10.21 | 12.39 | - |
| YUV | 83.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 95 | 0.5 | 0 | 0.03 | 0.62 | 176.33 | 0.33 | 0.29 |
| Hex | 31 | 62 | 5F | 32 | 0 | 3 | 3E | B0 | 21 | 1D |
| Octal | 61 | 142 | 137 | 62 | 0 | 3 | 76 | 260 | 41 | 35 |
| Binary | 110001 | 1100010 | 1011111 | 110010 | 0 | 11 | 111110 | 10110000 | 100001 | 11101 |
Color Harmonies of #31625F
Complementary color
Monochromatic Colors of #31625F
Black with #31625F
Text Example
Text Example
White with #31625F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31625F; }
p { color: rgb(49,98,95); }
H1.HeaderClassName
{
color: #31625F;
}
.AnyTagClassName
{
color: #31625F;
}
</style>
background-color css
<style>
a { background-color: #31625F; }
a { background-color: rgb(49,98,95); }
div.DivClassName
{
background-color: #31625F;
}
.BgClassName
{
background-color: #31625F;
}
</style>
border-color css
<style>
span { border-color: #31625F; }
span { border-color: rgb(49,98,95); }
td.TdClassName
{
border-color: #31625F;
}
.TagClassName
{
border-color: #31625F;
}
</style>