Shades of Oracle #376561
Tints of Oracle #376561
RGB
CMYK
RGB Variations
Color information
#376561 (or 0x376561) is known color: Oracle. HEX triplet: 37, 65 and 61. RGB value is (55,101,97). Sum of RGB (Red+Green+Blue) = 55+101+97=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 101 - color contains mainly: green. Hex color #376561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376561 is #C89A9E. Grayscale: #565656. Windows color (decimal): -13146783 or 6382903. OLE color: 6382903.
HSL color Cylindrical-coordinate representation of color #376561: hue angle of 174.78º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #376561 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 101 | 97 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.60 |
| HSL | 174.78º | 0.29% | 0.31% | - |
| HSV(B) | 174.78º | 0.46% | 0.4% | - |
| XYZ | 8.39 | 10.98 | 12.99 | - |
| YUV | 86.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 101 | 97 | 0.46 | 0 | 0.04 | 0.60 | 174.78 | 0.29 | 0.31 |
| Hex | 37 | 65 | 61 | 2E | 0 | 4 | 3C | AF | 1D | 1F |
| Octal | 67 | 145 | 141 | 56 | 0 | 4 | 74 | 257 | 35 | 37 |
| Binary | 110111 | 1100101 | 1100001 | 101110 | 0 | 100 | 111100 | 10101111 | 11101 | 11111 |
Color Harmonies of #376561
Complementary color
Monochromatic Colors of #376561
Black with #376561
Text Example
Text Example
White with #376561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376561; }
p { color: rgb(55,101,97); }
H1.HeaderClassName
{
color: #376561;
}
.AnyTagClassName
{
color: #376561;
}
</style>
background-color css
<style>
a { background-color: #376561; }
a { background-color: rgb(55,101,97); }
div.DivClassName
{
background-color: #376561;
}
.BgClassName
{
background-color: #376561;
}
</style>
border-color css
<style>
span { border-color: #376561; }
span { border-color: rgb(55,101,97); }
td.TdClassName
{
border-color: #376561;
}
.TagClassName
{
border-color: #376561;
}
</style>