Shades of Oracle #376463
Tints of Oracle #376463
RGB
CMYK
RGB Variations
Color information
#376463 (or 0x376463) is known color: Oracle. HEX triplet: 37, 64 and 63. RGB value is (55,100,99). Sum of RGB (Red+Green+Blue) = 55+100+99=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #376463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376463 is #C89B9C. Grayscale: #565656. Windows color (decimal): -13147037 or 6513719. OLE color: 6513719.
HSL color Cylindrical-coordinate representation of color #376463: hue angle of 178.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #376463 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 100 | 99 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.61 |
| HSL | 178.67º | 0.29% | 0.3% | - |
| HSV(B) | 178.67º | 0.45% | 0.39% | - |
| XYZ | 8.38 | 10.83 | 13.45 | - |
| YUV | 86.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 100 | 99 | 0.45 | 0 | 0.01 | 0.61 | 178.67 | 0.29 | 0.3 |
| Hex | 37 | 64 | 63 | 2D | 0 | 1 | 3D | B3 | 1D | 1E |
| Octal | 67 | 144 | 143 | 55 | 0 | 1 | 75 | 263 | 35 | 36 |
| Binary | 110111 | 1100100 | 1100011 | 101101 | 0 | 1 | 111101 | 10110011 | 11101 | 11110 |
Color Harmonies of #376463
Complementary color
Monochromatic Colors of #376463
Black with #376463
Text Example
Text Example
White with #376463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376463; }
p { color: rgb(55,100,99); }
H1.HeaderClassName
{
color: #376463;
}
.AnyTagClassName
{
color: #376463;
}
</style>
background-color css
<style>
a { background-color: #376463; }
a { background-color: rgb(55,100,99); }
div.DivClassName
{
background-color: #376463;
}
.BgClassName
{
background-color: #376463;
}
</style>
border-color css
<style>
span { border-color: #376463; }
span { border-color: rgb(55,100,99); }
td.TdClassName
{
border-color: #376463;
}
.TagClassName
{
border-color: #376463;
}
</style>