Shades of Oracle #385154
Tints of Oracle #385154
RGB
CMYK
RGB Variations
Color information
#385154 (or 0x385154) is known color: Oracle. HEX triplet: 38, 51 and 54. RGB value is (56,81,84). Sum of RGB (Red+Green+Blue) = 56+81+84=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #385154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385154 is #C7AEAB. Grayscale: #494949. Windows color (decimal): -13086380 or 5525816. OLE color: 5525816.
HSL color Cylindrical-coordinate representation of color #385154: hue angle of 186.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385154 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 81 | 84 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.67 |
| HSL | 186.43º | 0.2% | 0.27% | - |
| HSV(B) | 186.43º | 0.33% | 0.33% | - |
| XYZ | 6.17 | 7.37 | 9.48 | - |
| YUV | 73.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 84 | 0.33 | 0.04 | 0 | 0.67 | 186.43 | 0.2 | 0.27 |
| Hex | 38 | 51 | 54 | 21 | 4 | 0 | 43 | BA | 14 | 1B |
| Octal | 70 | 121 | 124 | 41 | 4 | 0 | 103 | 272 | 24 | 33 |
| Binary | 111000 | 1010001 | 1010100 | 100001 | 100 | 0 | 1000011 | 10111010 | 10100 | 11011 |
Color Harmonies of #385154
Complementary color
Monochromatic Colors of #385154
Black with #385154
Text Example
Text Example
White with #385154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385154; }
p { color: rgb(56,81,84); }
H1.HeaderClassName
{
color: #385154;
}
.AnyTagClassName
{
color: #385154;
}
</style>
background-color css
<style>
a { background-color: #385154; }
a { background-color: rgb(56,81,84); }
div.DivClassName
{
background-color: #385154;
}
.BgClassName
{
background-color: #385154;
}
</style>
border-color css
<style>
span { border-color: #385154; }
span { border-color: rgb(56,81,84); }
td.TdClassName
{
border-color: #385154;
}
.TagClassName
{
border-color: #385154;
}
</style>