Shades of Oracle #37585B
Tints of Oracle #37585B
RGB
CMYK
RGB Variations
Color information
#37585B (or 0x37585B) is known color: Oracle. HEX triplet: 37, 58 and 5B. RGB value is (55,88,91). Sum of RGB (Red+Green+Blue) = 55+88+91=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #37585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37585B is #C8A7A4. Grayscale: #4E4E4E. Windows color (decimal): -13150117 or 5986359. OLE color: 5986359.
HSL color Cylindrical-coordinate representation of color #37585B: hue angle of 185º 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 #37585B is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 88 | 91 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.64 |
| HSL | 185º | 0.25% | 0.29% | - |
| HSV(B) | 185º | 0.4% | 0.36% | - |
| XYZ | 6.95 | 8.55 | 11.18 | - |
| YUV | 78.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 91 | 0.40 | 0.03 | 0 | 0.64 | 185 | 0.25 | 0.29 |
| Hex | 37 | 58 | 5B | 28 | 3 | 0 | 40 | B9 | 19 | 1D |
| Octal | 67 | 130 | 133 | 50 | 3 | 0 | 100 | 271 | 31 | 35 |
| Binary | 110111 | 1011000 | 1011011 | 101000 | 11 | 0 | 1000000 | 10111001 | 11001 | 11101 |
Color Harmonies of #37585B
Complementary color
Monochromatic Colors of #37585B
Black with #37585B
Text Example
Text Example
White with #37585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37585B; }
p { color: rgb(55,88,91); }
H1.HeaderClassName
{
color: #37585B;
}
.AnyTagClassName
{
color: #37585B;
}
</style>
background-color css
<style>
a { background-color: #37585B; }
a { background-color: rgb(55,88,91); }
div.DivClassName
{
background-color: #37585B;
}
.BgClassName
{
background-color: #37585B;
}
</style>
border-color css
<style>
span { border-color: #37585B; }
span { border-color: rgb(55,88,91); }
td.TdClassName
{
border-color: #37585B;
}
.TagClassName
{
border-color: #37585B;
}
</style>