Shades of Oracle #38585B
Tints of Oracle #38585B
RGB
CMYK
RGB Variations
Color information
#38585B (or 0x38585B) is known color: Oracle. HEX triplet: 38, 58 and 5B. RGB value is (56,88,91). Sum of RGB (Red+Green+Blue) = 56+88+91=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #38585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38585B is #C7A7A4. Grayscale: #4E4E4E. Windows color (decimal): -13084581 or 5986360. OLE color: 5986360.
HSL color Cylindrical-coordinate representation of color #38585B: hue angle of 185.14º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38585B is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 88 | 91 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.64 |
| HSL | 185.14º | 0.24% | 0.29% | - |
| HSV(B) | 185.14º | 0.38% | 0.36% | - |
| XYZ | 7.01 | 8.58 | 11.18 | - |
| YUV | 78.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 91 | 0.38 | 0.03 | 0 | 0.64 | 185.14 | 0.24 | 0.29 |
| Hex | 38 | 58 | 5B | 26 | 3 | 0 | 40 | B9 | 18 | 1D |
| Octal | 70 | 130 | 133 | 46 | 3 | 0 | 100 | 271 | 30 | 35 |
| Binary | 111000 | 1011000 | 1011011 | 100110 | 11 | 0 | 1000000 | 10111001 | 11000 | 11101 |
Color Harmonies of #38585B
Complementary color
Monochromatic Colors of #38585B
Black with #38585B
Text Example
Text Example
White with #38585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38585B; }
p { color: rgb(56,88,91); }
H1.HeaderClassName
{
color: #38585B;
}
.AnyTagClassName
{
color: #38585B;
}
</style>
background-color css
<style>
a { background-color: #38585B; }
a { background-color: rgb(56,88,91); }
div.DivClassName
{
background-color: #38585B;
}
.BgClassName
{
background-color: #38585B;
}
</style>
border-color css
<style>
span { border-color: #38585B; }
span { border-color: rgb(56,88,91); }
td.TdClassName
{
border-color: #38585B;
}
.TagClassName
{
border-color: #38585B;
}
</style>