Shades of Oracle #37585C
Tints of Oracle #37585C
RGB
CMYK
RGB Variations
Color information
#37585C (or 0x37585C) is known color: Oracle. HEX triplet: 37, 58 and 5C. RGB value is (55,88,92). Sum of RGB (Red+Green+Blue) = 55+88+92=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #37585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37585C is #C8A7A3. Grayscale: #4E4E4E. Windows color (decimal): -13150116 or 6051895. OLE color: 6051895.
HSL color Cylindrical-coordinate representation of color #37585C: hue angle of 186.49º 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 #37585C is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 88 | 92 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.64 |
| HSL | 186.49º | 0.25% | 0.29% | - |
| HSV(B) | 186.49º | 0.4% | 0.36% | - |
| XYZ | 7 | 8.56 | 11.41 | - |
| YUV | 78.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 92 | 0.40 | 0.04 | 0 | 0.64 | 186.49 | 0.25 | 0.29 |
| Hex | 37 | 58 | 5C | 28 | 4 | 0 | 40 | BA | 19 | 1D |
| Octal | 67 | 130 | 134 | 50 | 4 | 0 | 100 | 272 | 31 | 35 |
| Binary | 110111 | 1011000 | 1011100 | 101000 | 100 | 0 | 1000000 | 10111010 | 11001 | 11101 |
Color Harmonies of #37585C
Complementary color
Monochromatic Colors of #37585C
Black with #37585C
Text Example
Text Example
White with #37585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37585C; }
p { color: rgb(55,88,92); }
H1.HeaderClassName
{
color: #37585C;
}
.AnyTagClassName
{
color: #37585C;
}
</style>
background-color css
<style>
a { background-color: #37585C; }
a { background-color: rgb(55,88,92); }
div.DivClassName
{
background-color: #37585C;
}
.BgClassName
{
background-color: #37585C;
}
</style>
border-color css
<style>
span { border-color: #37585C; }
span { border-color: rgb(55,88,92); }
td.TdClassName
{
border-color: #37585C;
}
.TagClassName
{
border-color: #37585C;
}
</style>