Shades of Oracle #375659
Tints of Oracle #375659
RGB
CMYK
RGB Variations
Color information
#375659 (or 0x375659) is known color: Oracle. HEX triplet: 37, 56 and 59. RGB value is (55,86,89). Sum of RGB (Red+Green+Blue) = 55+86+89=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #375659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375659 is #C8A9A6. Grayscale: #4D4D4D. Windows color (decimal): -13150631 or 5854775. OLE color: 5854775.
HSL color Cylindrical-coordinate representation of color #375659: hue angle of 185.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375659 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 86 | 89 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.65 |
| HSL | 185.29º | 0.24% | 0.28% | - |
| HSV(B) | 185.29º | 0.38% | 0.35% | - |
| XYZ | 6.71 | 8.19 | 10.68 | - |
| YUV | 77.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 89 | 0.38 | 0.03 | 0 | 0.65 | 185.29 | 0.24 | 0.28 |
| Hex | 37 | 56 | 59 | 26 | 3 | 0 | 41 | B9 | 18 | 1C |
| Octal | 67 | 126 | 131 | 46 | 3 | 0 | 101 | 271 | 30 | 34 |
| Binary | 110111 | 1010110 | 1011001 | 100110 | 11 | 0 | 1000001 | 10111001 | 11000 | 11100 |
Color Harmonies of #375659
Complementary color
Monochromatic Colors of #375659
Black with #375659
Text Example
Text Example
White with #375659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375659; }
p { color: rgb(55,86,89); }
H1.HeaderClassName
{
color: #375659;
}
.AnyTagClassName
{
color: #375659;
}
</style>
background-color css
<style>
a { background-color: #375659; }
a { background-color: rgb(55,86,89); }
div.DivClassName
{
background-color: #375659;
}
.BgClassName
{
background-color: #375659;
}
</style>
border-color css
<style>
span { border-color: #375659; }
span { border-color: rgb(55,86,89); }
td.TdClassName
{
border-color: #375659;
}
.TagClassName
{
border-color: #375659;
}
</style>