Shades of Oracle #38595C
Tints of Oracle #38595C
RGB
CMYK
RGB Variations
Color information
#38595C (or 0x38595C) is known color: Oracle. HEX triplet: 38, 59 and 5C. RGB value is (56,89,92). Sum of RGB (Red+Green+Blue) = 56+89+92=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #38595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38595C is #C7A6A3. Grayscale: #4F4F4F. Windows color (decimal): -13084324 or 6052152. OLE color: 6052152.
HSL color Cylindrical-coordinate representation of color #38595C: hue angle of 185º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38595C is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 89 | 92 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.64 |
| HSL | 185º | 0.24% | 0.29% | - |
| HSV(B) | 185º | 0.39% | 0.36% | - |
| XYZ | 7.14 | 8.76 | 11.44 | - |
| YUV | 79.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 89 | 92 | 0.39 | 0.03 | 0 | 0.64 | 185 | 0.24 | 0.29 |
| Hex | 38 | 59 | 5C | 27 | 3 | 0 | 40 | B9 | 18 | 1D |
| Octal | 70 | 131 | 134 | 47 | 3 | 0 | 100 | 271 | 30 | 35 |
| Binary | 111000 | 1011001 | 1011100 | 100111 | 11 | 0 | 1000000 | 10111001 | 11000 | 11101 |
Color Harmonies of #38595C
Complementary color
Monochromatic Colors of #38595C
Black with #38595C
Text Example
Text Example
White with #38595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38595C; }
p { color: rgb(56,89,92); }
H1.HeaderClassName
{
color: #38595C;
}
.AnyTagClassName
{
color: #38595C;
}
</style>
background-color css
<style>
a { background-color: #38595C; }
a { background-color: rgb(56,89,92); }
div.DivClassName
{
background-color: #38595C;
}
.BgClassName
{
background-color: #38595C;
}
</style>
border-color css
<style>
span { border-color: #38595C; }
span { border-color: rgb(56,89,92); }
td.TdClassName
{
border-color: #38595C;
}
.TagClassName
{
border-color: #38595C;
}
</style>