Shades of Oracle #376263
Tints of Oracle #376263
RGB
CMYK
RGB Variations
Color information
#376263 (or 0x376263) is known color: Oracle. HEX triplet: 37, 62 and 63. RGB value is (55,98,99). Sum of RGB (Red+Green+Blue) = 55+98+99=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #376263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376263 is #C89D9C. Grayscale: #555555. Windows color (decimal): -13147549 or 6513207. OLE color: 6513207.
HSL color Cylindrical-coordinate representation of color #376263: hue angle of 181.36º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #376263 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 98 | 99 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.61 |
| HSL | 181.36º | 0.29% | 0.3% | - |
| HSV(B) | 181.36º | 0.44% | 0.39% | - |
| XYZ | 8.2 | 10.45 | 13.39 | - |
| YUV | 85.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 98 | 99 | 0.44 | 0.01 | 0 | 0.61 | 181.36 | 0.29 | 0.3 |
| Hex | 37 | 62 | 63 | 2C | 1 | 0 | 3D | B5 | 1D | 1E |
| Octal | 67 | 142 | 143 | 54 | 1 | 0 | 75 | 265 | 35 | 36 |
| Binary | 110111 | 1100010 | 1100011 | 101100 | 1 | 0 | 111101 | 10110101 | 11101 | 11110 |
Color Harmonies of #376263
Complementary color
Monochromatic Colors of #376263
Black with #376263
Text Example
Text Example
White with #376263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376263; }
p { color: rgb(55,98,99); }
H1.HeaderClassName
{
color: #376263;
}
.AnyTagClassName
{
color: #376263;
}
</style>
background-color css
<style>
a { background-color: #376263; }
a { background-color: rgb(55,98,99); }
div.DivClassName
{
background-color: #376263;
}
.BgClassName
{
background-color: #376263;
}
</style>
border-color css
<style>
span { border-color: #376263; }
span { border-color: rgb(55,98,99); }
td.TdClassName
{
border-color: #376263;
}
.TagClassName
{
border-color: #376263;
}
</style>