Shades of Oracle #37595C
Tints of Oracle #37595C
RGB
CMYK
RGB Variations
Color information
#37595C (or 0x37595C) is known color: Oracle. HEX triplet: 37, 59 and 5C. RGB value is (55,89,92). Sum of RGB (Red+Green+Blue) = 55+89+92=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #37595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37595C is #C8A6A3. Grayscale: #4F4F4F. Windows color (decimal): -13149860 or 6052151. OLE color: 6052151.
HSL color Cylindrical-coordinate representation of color #37595C: hue angle of 184.86º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37595C is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 89 | 92 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.64 |
| HSL | 184.86º | 0.25% | 0.29% | - |
| HSV(B) | 184.86º | 0.4% | 0.36% | - |
| XYZ | 7.08 | 8.73 | 11.44 | - |
| YUV | 79.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 89 | 92 | 0.40 | 0.03 | 0 | 0.64 | 184.86 | 0.25 | 0.29 |
| Hex | 37 | 59 | 5C | 28 | 3 | 0 | 40 | B9 | 19 | 1D |
| Octal | 67 | 131 | 134 | 50 | 3 | 0 | 100 | 271 | 31 | 35 |
| Binary | 110111 | 1011001 | 1011100 | 101000 | 11 | 0 | 1000000 | 10111001 | 11001 | 11101 |
Color Harmonies of #37595C
Complementary color
Monochromatic Colors of #37595C
Black with #37595C
Text Example
Text Example
White with #37595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37595C; }
p { color: rgb(55,89,92); }
H1.HeaderClassName
{
color: #37595C;
}
.AnyTagClassName
{
color: #37595C;
}
</style>
background-color css
<style>
a { background-color: #37595C; }
a { background-color: rgb(55,89,92); }
div.DivClassName
{
background-color: #37595C;
}
.BgClassName
{
background-color: #37595C;
}
</style>
border-color css
<style>
span { border-color: #37595C; }
span { border-color: rgb(55,89,92); }
td.TdClassName
{
border-color: #37595C;
}
.TagClassName
{
border-color: #37595C;
}
</style>